[ARVADOS] updated: e0330818c561cd5eeb05d45bd778e66c8cdca360
git at public.curoverse.com
git at public.curoverse.com
Thu Aug 13 12:38:00 EDT 2015
Summary of changes:
apps/workbench/test/integration/pipeline_instances_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e0330818c561cd5eeb05d45bd778e66c8cdca360 (commit)
from 3599db938d31d308db053945fa55ad5195c1be52 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e0330818c561cd5eeb05d45bd778e66c8cdca360
Author: Manoj <jonam33 at gmail.com>
Date: Thu Aug 13 12:37:23 2015 -0400
6640: Fixed syntax error.
diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index b803129..b6bf700 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -531,7 +531,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
assert_equal(true, found_count>=expected_min,
"Found too few items. Expected at least #{expected_min} and found #{found_count}")
assert_equal(true, found_count<=expected_max,
- "Found too many items. Expected at most #{expected_max} and found #{found_count}")z
+ "Found too many items. Expected at most #{expected_max} and found #{found_count}")
end
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list