Skip to content

Commit d51eeec

Browse files
authored
Update src/lib/dnssd/minimal_mdns/core/tests/TestHeapQName.cpp
1 parent 797f347 commit d51eeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dnssd/minimal_mdns/core/tests/TestHeapQName.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using namespace mdns::Minimal;
2828
class TestHeapQName : public ::testing::Test
2929
{
3030
public:
31-
static void SetUpTestSuite() { VerifyOrDie(chip::Platform::MemoryInit() == CHIP_NO_ERROR); }
31+
static void SetUpTestSuite() { ASSERT_EQ(chip::Platform::MemoryInit(), CHIP_NO_ERROR); }
3232
static void TearDownTestSuite() { chip::Platform::MemoryShutdown(); }
3333
};
3434

0 commit comments

Comments
 (0)