aboutsummaryrefslogtreecommitdiffstats
path: root/references_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'references_test.go')
-rw-r--r--references_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/references_test.go b/references_test.go
index 68fa6e6..18661db 100644
--- a/references_test.go
+++ b/references_test.go
@@ -28,7 +28,7 @@ func (s *ReferencesSuite) SetUpSuite(c *C) {
c.Assert(err, IsNil)
r := packfile.NewSeekable(f)
d := packfile.NewDecoder(r)
- err = d.Decode(s.repos[fix.url].os)
+ err = d.Decode(s.repos[fix.url].s.ObjectStorage())
c.Assert(err, IsNil)
}
}