We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582e3fa commit ed9888bCopy full SHA for ed9888b
src/credentials/tests/TestChipCert.cpp
@@ -163,11 +163,7 @@ static void ClearTimeSource(ValidationContext & validContext)
163
164
struct TestChipCert : public ::testing::Test
165
{
166
- static void SetUpTestSuite()
167
- {
168
- CHIP_ERROR error = chip::Platform::MemoryInit();
169
- EXPECT_EQ(error, CHIP_NO_ERROR);
170
- }
+ static void SetUpTestSuite() { ASSERT_EQ(chip::Platform::MemoryInit(), CHIP_NO_ERROR); }
171
static void TearDownTestSuite() { chip::Platform::MemoryShutdown(); }
172
};
173
0 commit comments