X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ad25d712525293ce4f95f5a059b390036ec60dc3..bc14c62ad1528dbddc26781c5cea6a7968c93f2e:/apps/workbench/test/controllers/application_controller_test.rb diff --git a/apps/workbench/test/controllers/application_controller_test.rb b/apps/workbench/test/controllers/application_controller_test.rb index 1b13d8f328..b908c46def 100644 --- a/apps/workbench/test/controllers/application_controller_test.rb +++ b/apps/workbench/test/controllers/application_controller_test.rb @@ -325,9 +325,9 @@ class ApplicationControllerTest < ActionController::TestCase # Each pdh has more than one collection; however, we should get only one for each assert collections.size == 2, 'Expected two objects in the preloaded collection hash' assert collections[pdh1], 'Expected collections for the passed in pdh #{pdh1}' - assert_equal collections[pdh1].size, 1, 'Expected one collection for the passed in pdh #{pdh1}' + assert_equal collections[pdh1].size, 1, "Expected one collection for the passed in pdh #{pdh1}" assert collections[pdh2], 'Expected collections for the passed in pdh #{pdh2}' - assert_equal collections[pdh2].size, 1, 'Expected one collection for the passed in pdh #{pdh2}' + assert_equal collections[pdh2].size, 1, "Expected one collection for the passed in pdh #{pdh2}" end test "requesting a nonexistent object returns 404" do