Skip to content

Commit

Permalink
Remove 2 unused variables in unit test to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Jun 15, 2022
1 parent d8c92de commit 386392a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/credentials/tests/TestPersistentStorageOpCertStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ void TestReverts(nlTestSuite * inSuite, void * inContext)
{
TestPersistentStorageDelegate storageDelegate;
PersistentStorageOpCertStore opCertStore;
DefaultStorageKeyAllocator keyAllocator;

// Failure before Init
CHIP_ERROR err = opCertStore.RemoveOpCertsForFabric(kFabricIndex1);
Expand Down Expand Up @@ -633,7 +632,6 @@ void TestRevertAddNoc(nlTestSuite * inSuite, void * inContext)
{
TestPersistentStorageDelegate storageDelegate;
PersistentStorageOpCertStore opCertStore;
DefaultStorageKeyAllocator keyAllocator;

// Init succeeds
CHIP_ERROR err = opCertStore.Init(&storageDelegate);
Expand Down

0 comments on commit 386392a

Please sign in to comment.