summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/application_system_test_case.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb
index 44d2c83db..a2f3cc2d3 100644
--- a/test/application_system_test_case.rb
+++ b/test/application_system_test_case.rb
@@ -76,7 +76,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
sleep 0.2
end
end
- downloaded_files.first
+ downloaded_files(filename).first
end
end