diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-21 22:53:25 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-21 22:53:25 +0200 |
commit | 4912552b913f1f575f9cc358b46bcdbe884e7279 (patch) | |
tree | bb9af82a517d32c2d7ce66240989f3c65b2f44b6 /objects_test.go | |
parent | 18d7e8eb4610a224c28ec848692d199669be3e8e (diff) | |
download | go-git-4912552b913f1f575f9cc358b46bcdbe884e7279.tar.gz |
tags tests, Tag.String and Commit.String
Diffstat (limited to 'objects_test.go')
-rw-r--r-- | objects_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/objects_test.go b/objects_test.go index d28ff21..ab4aa30 100644 --- a/objects_test.go +++ b/objects_test.go @@ -9,10 +9,6 @@ import ( . "gopkg.in/check.v1" ) -var fixturesURL = []packedFixture{ - {"https://github.com/spinnaker/spinnaker.git", "formats/packfile/fixtures/spinnaker-spinnaker.pack"}, -} - type ObjectsSuite struct { BaseSuite } |