Skip to content

Commit e3db15b

Browse files
fix(test): return early after test failure (#76)
1 parent 47bbe8f commit e3db15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usage_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func TestUsage(t *testing.T) {
4646
)
4747
if err != nil {
4848
t.Error(err)
49+
return
4950
}
5051
t.Logf("%+v\n", response.Success)
5152
}

0 commit comments

Comments
 (0)