Skip to content

Commit

Permalink
subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Nov 18, 2024
1 parent b32a1d5 commit 9fe0691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/st_offline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ BOOST_AUTO_TEST_CASE(v311_cs0_sp1_from_broker) {
BOOST_TEST(!ec);
yield ep(pub).async_send(am::v3_1_1::disconnect_packet{}, *this);
BOOST_TEST(!ec);
yield ep(pub).async_recv(am::filter::match, {}, *this);
yield ep(pub).async_recv(*this);
BOOST_TEST(!pv_opt); // wait and check close by broker

yield as::dispatch(
Expand Down

0 comments on commit 9fe0691

Please # to comment.