aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_mysql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/visitors/test_mysql.rb')
-rw-r--r--test/visitors/test_mysql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/visitors/test_mysql.rb b/test/visitors/test_mysql.rb
index c22cbaff19..ee70d4c174 100644
--- a/test/visitors/test_mysql.rb
+++ b/test/visitors/test_mysql.rb
@@ -31,7 +31,7 @@ module Arel
describe 'locking' do
it 'defaults to FOR UPDATE when locking' do
- node = Nodes::Lock.new
+ node = Nodes::Lock.new true
@visitor.accept(node).must_be_like "FOR UPDATE"
end