diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-10-26 18:22:33 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-10-26 18:22:33 +0200 |
commit | 194da90f885d4cb7cf2bf4c84a74e5d559000764 (patch) | |
tree | c6ef859c2fb88e0e484b636809924dbacd0d9aa7 /storage/filesystem/object_test.go | |
parent | 73fa9ef25a8af9c8337a4cf34a67cfe208f1a7c5 (diff) | |
download | go-git-194da90f885d4cb7cf2bf4c84a74e5d559000764.tar.gz |
fix fixtures usage
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) |