17170: Merge branch 'master'
[arvados.git] / apps / workbench / test / controllers / projects_controller_test.rb
index dd828952be2fb828e8f1e1b11b1cfc1616515683..27d7dedc91d070bd4da02a1f80ab87c4c9a9563e 100644 (file)
@@ -151,7 +151,7 @@ class ProjectsControllerTest < ActionController::TestCase
   end
 
   ['', ' asc', ' desc'].each do |direction|
-    test "projects#show tab partial orders correctly by #{direction}" do
+    test "projects#show tab partial orders correctly by created_at#{direction}" do
       _test_tab_content_order direction
     end
   end