aboutsummaryrefslogtreecommitdiffstats
path: root/test/nodes/test_infix_operation.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/nodes/test_infix_operation.rb')
-rw-r--r--test/nodes/test_infix_operation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nodes/test_infix_operation.rb b/test/nodes/test_infix_operation.rb
index bec226e395..40616024e5 100644
--- a/test/nodes/test_infix_operation.rb
+++ b/test/nodes/test_infix_operation.rb
@@ -18,7 +18,7 @@ module Arel
assert_equal 'zomg', aliaz.right
end
- def test_opertaion_ordering
+ def test_operation_ordering
operation = InfixOperation.new :+, 1, 2
ordering = operation.desc
assert_kind_of Descending, ordering