X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ebda23ff4bf42b24dc3c11d9ccb3b053c07276c9..8735f2aa77b9e3c51449738e429399e4501ec94e:/services/api/test/unit/log_test.rb diff --git a/services/api/test/unit/log_test.rb b/services/api/test/unit/log_test.rb index efbb189c9f..92976e0053 100644 --- a/services/api/test/unit/log_test.rb +++ b/services/api/test/unit/log_test.rb @@ -263,7 +263,7 @@ class LogTest < ActiveSupport::TestCase # appear too, but only if they are _not_ listed in known_logs # (i.e., we do not make any assertions about logs not mentioned in # either "known" or "expected".) - result_ids = result.collect &:id + result_ids = result.collect(&:id) expected_logs.each do |want| assert_includes result_ids, logs(want).id end