Skip to content

Commit

Permalink
Drop unneeded assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ojab committed Aug 31, 2016
1 parent 685825c commit a091539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/visitors/test_oracle12.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def compile node
stmt.limit = Nodes::Limit.new(10)
stmt.lock = Nodes::Lock.new(Arel.sql('FOR UPDATE'))
assert_raises ArgumentError do
sql = compile(stmt)
compile(stmt)
end
end

Expand Down

0 comments on commit a091539

Please sign in to comment.