X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d44a5c508cfa664134daad806d7be9a7cb0bd6ee..63cb5c235ccacdc1665a89560bc8c16fcbefd8d6:/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