Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 5193831

Browse files
committed
repository: oops, fix the prune test name
1 parent 88acc31 commit 5193831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prune_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type PruneSuite struct {
1818

1919
var _ = Suite(&PruneSuite{})
2020

21-
func (s *PruneSuite) TestPrune(c *C, deleteTime time.Time) {
21+
func (s *PruneSuite) testPrune(c *C, deleteTime time.Time) {
2222
srcFs := fixtures.ByTag("unpacked").One().DotGit()
2323
var sto storage.Storer
2424
var err error

0 commit comments

Comments
 (0)