diff options
Diffstat (limited to 'storage/filesystem/object_test.go')
-rw-r--r-- | storage/filesystem/object_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/object_test.go b/storage/filesystem/object_test.go index b1546d5..0136e54 100644 --- a/storage/filesystem/object_test.go +++ b/storage/filesystem/object_test.go @@ -55,7 +55,7 @@ func (s *FsSuite) TestGetFromPackfileMultiplePackfiles(c *C) { } func (s *FsSuite) TestIter(c *C) { - fixtures.ByTag(".git").Test(c, func(f *fixtures.Fixture) { + fixtures.ByTag(".git").ByTag("packfile").Test(c, func(f *fixtures.Fixture) { fs := f.DotGit() o, err := newObjectStorage(dotgit.New(fs)) c.Assert(err, IsNil) |