From 194da90f885d4cb7cf2bf4c84a74e5d559000764 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Wed, 26 Oct 2016 18:22:33 +0200 Subject: fix fixtures usage --- storage/filesystem/object_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/filesystem/object_test.go') 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) -- cgit