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 --- common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common_test.go') diff --git a/common_test.go b/common_test.go index 4c1fb9a..7a3310f 100644 --- a/common_test.go +++ b/common_test.go @@ -32,7 +32,7 @@ func (s *BaseSuite) SetUpSuite(c *C) { s.buildRepository(c) s.Repositories = make(map[string]*Repository, 0) - s.buildRepositories(c, fixtures.Basic()) + s.buildRepositories(c, fixtures.Basic().ByTag("packfile")) } func (s *BaseSuite) installMockProtocol(c *C) { -- cgit