Skip to content

Commit a597ce8

Browse files
authored
Update src/lib/dnssd/minimal_mdns/tests/TestMinimalMdnsAllocator.cpp
1 parent 2eeffec commit a597ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class TestAllocator : public QueryResponderAllocator<kMaxRecords>
7171
class TestMinimalMdnsAllocator : public ::testing::Test
7272
{
7373
public:
74-
static void SetUpTestSuite() { VerifyOrDie(chip::Platform::MemoryInit() == CHIP_NO_ERROR); }
74+
static void SetUpTestSuite() { ASSERT_EQ(chip::Platform::MemoryInit(), CHIP_NO_ERROR); }
7575
static void TearDownTestSuite() { chip::Platform::MemoryShutdown(); }
7676
};
7777

0 commit comments

Comments
 (0)