We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7af18 commit 089186fCopy full SHA for 089186f
fixtures.go
@@ -365,5 +365,5 @@ func Clean() error {
365
type Suite struct{}
366
367
func (s *Suite) TearDownSuite(c *check.C) {
368
- c.Assert(Clean(), check.IsNil)
+ Clean()
369
}
0 commit comments