Skip to content

Commit

Permalink
fixed typo in the TestDeleteEntry() access control test.
Browse files Browse the repository at this point in the history
  • Loading branch information
emargolis committed Dec 13, 2021
1 parent eea4f42 commit df937e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access/tests/TestAccessControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ void TestDeleteEntry(nlTestSuite * inSuite, void * inContext)
NL_TEST_ASSERT(inSuite, accessControl.DeleteEntry(pos) == CHIP_NO_ERROR);
}

NL_TEST_ASSERT(inSuite, LoadAccessControl(accessControl, data, ArraySize(data) - count) == CHIP_NO_ERROR);
NL_TEST_ASSERT(inSuite, CompareAccessControl(accessControl, data, ArraySize(data) - count) == CHIP_NO_ERROR);
}
}
}
Expand Down

0 comments on commit df937e4

Please sign in to comment.