1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-08 00:39:22 +02:00
This commit is contained in:
Ralph Slooten 2022-10-07 19:49:19 +13:00
parent d8c6364622
commit 7349d838bb

View File

@ -85,7 +85,7 @@ func TestMimeEmailInserts(t *testing.T) {
assertEqual(t, CountTotal(), 0, "incorrect number of mime emails deleted") assertEqual(t, CountTotal(), 0, "incorrect number of mime emails deleted")
t.Logf("deleted %d mime emails in %s", testRuns, time.Since(delStart)) t.Logf("Deleted %d mime emails in %s", testRuns, time.Since(delStart))
assertEqualStats(t, 0, 0) assertEqualStats(t, 0, 0)
} }