aboutsummaryrefslogtreecommitdiffstats
path: root/storage/seekable/storage_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/seekable/storage_test.go')
-rw-r--r--storage/seekable/storage_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/seekable/storage_test.go b/storage/seekable/storage_test.go
index 2002d2b..bd12ed1 100644
--- a/storage/seekable/storage_test.go
+++ b/storage/seekable/storage_test.go
@@ -321,6 +321,6 @@ func (s *FsSuite) TestSet(c *C) {
sto, err := seekable.New(fs, gitPath)
c.Assert(err, IsNil)
- _, err = sto.Set(&memory.Object{})
+ _, err = sto.Set(&core.MemoryObject{})
c.Assert(err, ErrorMatches, "not implemented yet")
}