Skip to content

Commit

Permalink
TeardDownSuite remove err validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Mar 10, 2020
1 parent 0b7af18 commit 089186f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,5 +365,5 @@ func Clean() error {
type Suite struct{}

func (s *Suite) TearDownSuite(c *check.C) {
c.Assert(Clean(), check.IsNil)
Clean()
}

0 comments on commit 089186f

Please sign in to comment.