aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/change_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-04-26 15:49:34 +0200
committerGitHub <noreply@github.com>2017-04-26 15:49:34 +0200
commite85778eecc8df3356a238396933c1303ab79124c (patch)
tree898fcce1fa5f6ddceaf102a408d8319bf4bdd1ae /plumbing/object/change_test.go
parentdf8b1cb8a8d4b3d53cbe64ae306d72bde29b56b0 (diff)
parentbca4f9541ae0620ff203bde6da5e3126cfa16f04 (diff)
downloadgo-git-e85778eecc8df3356a238396933c1303ab79124c.tar.gz
Merge pull request #360 from smola/go-vet
fix go vet issues, add go vet to CI
Diffstat (limited to 'plumbing/object/change_test.go')
-rw-r--r--plumbing/object/change_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/plumbing/object/change_test.go b/plumbing/object/change_test.go
index 005ceb0..bfd4613 100644
--- a/plumbing/object/change_test.go
+++ b/plumbing/object/change_test.go
@@ -236,10 +236,7 @@ func (s *ChangeSuite) TestNoFileFilemodes(c *C) {
c.Assert(err, IsNil)
for _, change := range changes {
_, _, err := change.Files()
- if err != nil {
- panic(err)
- c.Assert(err, IsNil)
- }
+ c.Assert(err, IsNil)
}
prev = commit