diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-11 18:40:12 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-11 18:40:12 +0200 |
commit | 223308ee235035d26ca75fe312fe0da6e6a33222 (patch) | |
tree | 47b226db432237dbb388ee70217d6a74de14b988 /clients/common_test.go | |
parent | 1f64d789038594098ea2c9cf796391f101d0bea5 (diff) | |
download | go-git-223308ee235035d26ca75fe312fe0da6e6a33222.tar.gz |
storage: seekable renamed to filesystem
Diffstat (limited to 'clients/common_test.go')
-rw-r--r-- | clients/common_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/common_test.go b/clients/common_test.go index 53ae90c..acc8d68 100644 --- a/clients/common_test.go +++ b/clients/common_test.go @@ -20,7 +20,7 @@ type SuiteCommon struct { var _ = Suite(&SuiteCommon{}) -const fixtureTGZ = "../storage/seekable/internal/gitdir/fixtures/spinnaker-gc.tgz" +const fixtureTGZ = "../storage/filesystem/internal/gitdir/fixtures/spinnaker-gc.tgz" func (s *SuiteCommon) SetUpSuite(c *C) { var err error |