mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
fix: unittest with failfast
This commit is contained in:
@@ -155,7 +155,7 @@ func TestSerializeStats(t *testing.T) {
|
||||
first := serialized[0]
|
||||
entry, err := deserializeStatsEntry(first)
|
||||
if err != nil {
|
||||
t.Fail()
|
||||
t.Fatal()
|
||||
}
|
||||
|
||||
if entry.Name != "success" {
|
||||
|
||||
Reference in New Issue
Block a user