diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-08 23:58:41 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-08 23:58:41 +0200 |
commit | 3b1baea2dd9353f42b3a9d93f6bc92ecbe9f4f01 (patch) | |
tree | d255b7e6edbcbaba1f98cf0c666a82c0f9750019 /common_test.go | |
parent | 2293a3dbda0a96f5cbac851bb73e1e675417e4f3 (diff) | |
download | go-git-3b1baea2dd9353f42b3a9d93f6bc92ecbe9f4f01.tar.gz |
format: packfile based on ObjectStorage and CRC32 calculation
Diffstat (limited to 'common_test.go')
-rw-r--r-- | common_test.go | 1 |
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) } } |