Skip to content

Commit

Permalink
Fix CI some more
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Jun 28, 2022
1 parent a9eaa45 commit 8e1f9c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/credentials/tests/TestFabricTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1892,8 +1892,10 @@ void TestCommitMarker(nlTestSuite * inSuite, void * inContext)
// and some more keys from the aborted process.
NL_TEST_ASSERT(inSuite, storage.GetNumKeys() > (numStorageKeysAfterFirstAdd + 1));
}
#endif // CONFIG_BUILD_FOR_HOST_UNIT_TEST
}

#if CONFIG_BUILD_FOR_HOST_UNIT_TEST
{
storage.DumpKeys();

Expand Down

0 comments on commit 8e1f9c4

Please sign in to comment.