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:
@@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user