aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/nodes/test_not.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nodes/test_not.rb b/test/nodes/test_not.rb
index 7dffdea0c8..d02a9bad74 100644
--- a/test/nodes/test_not.rb
+++ b/test/nodes/test_not.rb
@@ -12,7 +12,7 @@ module Arel
node.expr.left.must_equal left
node.expr.right.must_equal right
- knot = node.or(right).not
+ node.or(right).not
end
end
end