Skip to content

Commit

Permalink
Clear warning
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Nov 21, 2024
1 parent b4d0dc8 commit f06dbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_async_op.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_async_op_await_with_timeout
assert_equal 0, machine.pending_count
assert_kind_of TOError, e
assert_equal true, @op.done?
assert_equal -ECANCELED, @op.result
assert_equal (-ECANCELED), @op.result
assert_equal true, @op.cancelled?
end
end
Expand Down

0 comments on commit f06dbe3

Please sign in to comment.