Skip to content

Commit

Permalink
Update tests/unittest.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Andreev <[email protected]>
  • Loading branch information
gittiver and bugdea1er committed Jan 7, 2025
1 parent d2346c4 commit d3bfd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3841,7 +3841,7 @@ TEST_CASE("task_timer")
});

asio::steady_timer t(io_service);
asio::error_code ec;
asio_error_code ec;

t.expires_from_now(3 * timer.get_tick_length());
t.wait(ec);
Expand Down

0 comments on commit d3bfd42

Please sign in to comment.