Skip to content

Commit e6d76fe

Browse files
authored
Update src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder.cpp
1 parent 19429c2 commit e6d76fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dnssd/minimal_mdns/responders/tests/TestIPResponder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class TestIPResponder : public ::testing::Test
6363
static void SetUpTestSuite()
6464
{
6565
mdns::Minimal::SetDefaultAddressPolicy();
66-
VerifyOrDie(chip::Platform::MemoryInit() == CHIP_NO_ERROR);
66+
ASSERT_EQ(chip::Platform::MemoryInit(), CHIP_NO_ERROR);
6767
}
6868
static void TearDownTestSuite() { chip::Platform::MemoryShutdown(); }
6969
};

0 commit comments

Comments
 (0)