Skip to content

Commit 03f7552

Browse files
committed
Remove another warning in tests
1 parent 39974ed commit 03f7552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/explain_support_test_methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_explain_without_binds
1919
end
2020

2121
def test_explain_with_arel
22-
arel, binds = create_explain_arel
22+
arel, _ = create_explain_arel
2323

2424
pp = ActiveRecord::Base.connection.explain(arel, [])
2525
puts "\n", pp if PRINT_EXPLAIN_OUTPUT

0 commit comments

Comments
 (0)