aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/visitors/test_to_sql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/visitors/test_to_sql.rb b/test/visitors/test_to_sql.rb
index d84142e27a..b495c4d994 100644
--- a/test/visitors/test_to_sql.rb
+++ b/test/visitors/test_to_sql.rb
@@ -230,7 +230,7 @@ module Arel
end
it "should visit_Set" do
- @visitor.accept Set.new([1, 2])
+ compile Nodes.build_quoted(Set.new([1, 2]))
end
it "should visit_BigDecimal" do