Skip to content

Commit

Permalink
lint: check error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny committed Sep 30, 2024
1 parent 573427c commit f9d1aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/manifest/manifest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ func (s *S) TestGenerateNoManifests(c *C) {
var reader io.Reader = &buffer
var bs []byte
n, err := reader.Read(bs)
c.Assert(err, IsNil)
c.Assert(n, Equals, 0)
}

Expand Down

0 comments on commit f9d1aaf

Please sign in to comment.