We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d0dc8 commit f06dbe3Copy full SHA for f06dbe3
test/test_async_op.rb
@@ -74,7 +74,7 @@ def test_async_op_await_with_timeout
74
assert_equal 0, machine.pending_count
75
assert_kind_of TOError, e
76
assert_equal true, @op.done?
77
- assert_equal -ECANCELED, @op.result
+ assert_equal (-ECANCELED), @op.result
78
assert_equal true, @op.cancelled?
79
end
80
0 commit comments