mirror of
https://github.com/axllent/mailpit.git
synced 2025-01-08 00:39:22 +02:00
Fix typo
This commit is contained in:
parent
d8c6364622
commit
7349d838bb
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user