diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-05-19 16:49:32 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-05-19 16:49:32 +0200 |
commit | 9774edbe34656802102536949a6428e7f5e76607 (patch) | |
tree | 155849d27b605179b75dd9d493cbf41215af1964 /storage/memory | |
parent | 6a3ba7037ebf047fcdad3745dc1f684ccb472dce (diff) | |
download | go-git-9774edbe34656802102536949a6428e7f5e76607.tar.gz |
documentation
Diffstat (limited to 'storage/memory')
-rw-r--r-- | storage/memory/storage_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/memory/storage_test.go b/storage/memory/storage_test.go index f2fd3da..df6d5cf 100644 --- a/storage/memory/storage_test.go +++ b/storage/memory/storage_test.go @@ -33,6 +33,7 @@ func (s *ObjectStorageSuite) TestSet(c *C) { writer.Write([]byte("foo")) h, err := os.Set(o) + c.Assert(err, IsNil) c.Assert(h.String(), Equals, "bc9968d75e48de59f0870ffb71f5e160bbbdcf52") } |