20300: Change deprecated update_attributes to update.
[arvados.git] / apps / workbench / test / integration_performance / collection_unit_test.rb
index 3feef945d1d6105301cf7fe4da32ba2ef2371115..bf5dd5b478f37f4b97acb6d0e54c698c9853e3df 100644 (file)
@@ -58,7 +58,7 @@ class BigCollectionTest < ActiveSupport::TestCase
     end
     time_block 'update(name-only)' do
       manifest_text_length = c.manifest_text.length
-      c.update_attributes name: 'renamed during test case'
+      c.update name: 'renamed during test case'
       assert_equal c.manifest_text.length, manifest_text_length
     end
     time_block 'update' do