X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/74cdb4454d4adc6b403c207169313f37332d8aac..db2411a5e8b0dab503a4f712e14c65ef33947a62:/services/api/test/test_helper.rb diff --git a/services/api/test/test_helper.rb b/services/api/test/test_helper.rb index 3413f6486a..d59b44926f 100644 --- a/services/api/test/test_helper.rb +++ b/services/api/test/test_helper.rb @@ -88,7 +88,7 @@ class ActionController::TestCase def check_counter action @counter += 1 if @counter == 2 - # assert_equal 1, 2, "Multiple actions in functional test" + assert_equal 1, 2, "Multiple actions in functional test" end end