Skip to content

Commit 8e354cd

Browse files
committed
fix: order EventCollector before IoContextRunner in OnResponseHookFiresWithCustomHeader test
1 parent c95b74a commit 8e354cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/server-sent-events/tests/client_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,8 +1523,8 @@ TEST(ClientTest, OnResponseHookFiresWithCustomHeader) {
15231523
close();
15241524
});
15251525

1526-
IoContextRunner runner;
15271526
EventCollector collector;
1527+
IoContextRunner runner;
15281528

15291529
std::mutex hook_mutex;
15301530
std::condition_variable hook_cv;

0 commit comments

Comments
 (0)