Skip to content

Commit f06dbe3

Browse files
committed
Clear warning
1 parent b4d0dc8 commit f06dbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_async_op.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_async_op_await_with_timeout
7474
assert_equal 0, machine.pending_count
7575
assert_kind_of TOError, e
7676
assert_equal true, @op.done?
77-
assert_equal -ECANCELED, @op.result
77+
assert_equal (-ECANCELED), @op.result
7878
assert_equal true, @op.cancelled?
7979
end
8080
end

0 commit comments

Comments
 (0)