We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 875aba7 + 3a20d36 commit 072f9a2Copy full SHA for 072f9a2
1 file changed
src/test/java/org/nhindirect/common/audit/impl/FileAuditorTest.java
@@ -184,6 +184,7 @@ public void testGetEventCount_AssertNoRecords()
184
public void testGetEventCount_AssertRecordsExist()
185
{
186
FileAuditor auditor = new FileAuditor(auditFile);
187
+ auditor.clear();
188
auditor.audit(PRINCIPAL, UNIT_TEST_EVENT);
189
190
0 commit comments