Skip to content

Commit

Permalink
Check failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Mar 13, 2023
1 parent 288c89a commit d6c4fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func TestAdd(t *testing.T) {
w.Reset()

s := mAdd.Minify("dummy/err", w, r).Error()
fmt.Println(s)
test.String(t, s[len(s)-5:], "error")

s = mAdd.Minify("werr6", w, r).Error()
Expand Down

0 comments on commit d6c4fa7

Please sign in to comment.