1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

delete minor unreachable code caused by t.Fatal (#287)

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
Abirdcfly
2022-08-10 23:59:09 +08:00
committed by GitHub
parent 1f1a8b4192
commit 29d1ed1e7f

View File

@@ -168,7 +168,6 @@ func testContent(t *testing.T, store storage.Store) {
} }
if errors > 5 { if errors > 5 {
t.Fatalf("Too many content errors, aborting test.") t.Fatalf("Too many content errors, aborting test.")
break
} }
} }
} }