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