Skip to content

Commit 7cdad21

Browse files
authored
Update src/lib/dnssd/minimal_mdns/tests/TestResponseSender.cpp
1 parent a597ce8 commit 7cdad21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dnssd/minimal_mdns/tests/TestResponseSender.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct CommonTestElements
8787
class TestResponseSender : public ::testing::Test
8888
{
8989
public:
90-
static void SetUpTestSuite() { VerifyOrDie(chip::Platform::MemoryInit() == CHIP_NO_ERROR); }
90+
static void SetUpTestSuite() { ASSERT_EQ(chip::Platform::MemoryInit(), CHIP_NO_ERROR); }
9191
static void TearDownTestSuite() { chip::Platform::MemoryShutdown(); }
9292
};
9393

0 commit comments

Comments
 (0)