From 223308ee235035d26ca75fe312fe0da6e6a33222 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 11 Aug 2016 18:40:12 +0200 Subject: storage: seekable renamed to filesystem --- clients/common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients/common_test.go') 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 -- cgit