We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a597ce8 commit 7cdad21Copy full SHA for 7cdad21
src/lib/dnssd/minimal_mdns/tests/TestResponseSender.cpp
@@ -87,7 +87,7 @@ struct CommonTestElements
87
class TestResponseSender : public ::testing::Test
88
{
89
public:
90
- static void SetUpTestSuite() { VerifyOrDie(chip::Platform::MemoryInit() == CHIP_NO_ERROR); }
+ static void SetUpTestSuite() { ASSERT_EQ(chip::Platform::MemoryInit(), CHIP_NO_ERROR); }
91
static void TearDownTestSuite() { chip::Platform::MemoryShutdown(); }
92
};
93
0 commit comments