aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common_test.go')
-rw-r--r--common_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/common_test.go b/common_test.go
index 5670826..65c8664 100644
--- a/common_test.go
+++ b/common_test.go
@@ -126,7 +126,6 @@ func unpackFixtures(c *C, fixtures ...[]packedFixture) map[string]*Repository {
d := packfile.NewDecoder(r, repos[fixture.url].s.ObjectStorage())
_, err = d.Decode()
c.Assert(err, IsNil, comment)
-
c.Assert(f.Close(), IsNil, comment)
}
}