diff options
Diffstat (limited to 'common_test.go')
-rw-r--r-- | common_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common_test.go b/common_test.go index 36b03a7..f8f4e61 100644 --- a/common_test.go +++ b/common_test.go @@ -30,7 +30,7 @@ func (s *BaseSuite) SetUpSuite(c *C) { s.Suite.SetUpSuite(c) s.buildBasicRepository(c) - s.cache = make(map[string]*Repository, 0) + s.cache = make(map[string]*Repository) } func (s *BaseSuite) TearDownSuite(c *C) { |