From b3c880affddd6c004f6b8e33320717018a6e4875 Mon Sep 17 00:00:00 2001 From: evoskuil Date: Mon, 6 May 2024 17:24:03 -0400 Subject: [PATCH] Test style. --- test/net/acceptor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/net/acceptor.cpp b/test/net/acceptor.cpp index 88966c9c1..0ea97c9e7 100644 --- a/test/net/acceptor.cpp +++ b/test/net/acceptor.cpp @@ -122,7 +122,7 @@ BOOST_AUTO_TEST_CASE(acceptor__accept__stop_suspended__service_suspended) pool.stop(); BOOST_REQUIRE(pool.join()); BOOST_REQUIRE(instance->get_stopped()); - BOOST_REQUIRE(result.first == error::service_suspended); + BOOST_REQUIRE_EQUAL(result.first, error::service_suspended); BOOST_REQUIRE(!result.second); }