Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
Add missing fail call
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerb committed Jun 17, 2015
1 parent 5131225 commit 8174517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,7 @@ func failDefault(is *Is, format string, args ...interface{}) {
}
if is.strict {
is.TB.FailNow()
} else {
is.TB.Fail()
}
}

0 comments on commit 8174517

Please sign in to comment.