aboutsummaryrefslogtreecommitdiffstats
path: root/tree_diff_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tree_diff_test.go')
-rw-r--r--tree_diff_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree_diff_test.go b/tree_diff_test.go
index 2217eaa..8e53a4f 100644
--- a/tree_diff_test.go
+++ b/tree_diff_test.go
@@ -46,7 +46,7 @@ func (s *DiffTreeSuite) SetUpSuite(c *C) {
r := packfile.NewSeekable(f)
d := packfile.NewDecoder(r)
- err = d.Decode(s.repos[fixRepo.url].os)
+ err = d.Decode(s.repos[fixRepo.url].s.ObjectStorage())
c.Assert(err, IsNil)
c.Assert(f.Close(), IsNil)