diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-22 00:30:50 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-22 00:30:50 +0200 |
commit | 5b13c1a2e55cb442484d9c7b45389f422b110eec (patch) | |
tree | 9be0949cb354dfd6521aa84f4af9e5777c3a1cef /common_test.go | |
parent | f42d82364c5d159f65a48e720433ad2bc97f0b7f (diff) | |
download | go-git-5b13c1a2e55cb442484d9c7b45389f422b110eec.tar.gz |
options renamed and some text fixes
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 386dc74..6239afe 100644 --- a/common_test.go +++ b/common_test.go @@ -103,7 +103,7 @@ func unpackFixtures(c *C, fixtures ...[]packedFixture) map[string]*Repository { comment := Commentf("fixture packfile: %q", fixture.packfile) - repos[fixture.url], _ = NewMemoryRepository() + repos[fixture.url] = NewMemoryRepository() f, err := os.Open(fixture.packfile) c.Assert(err, IsNil, comment) |