aboutsummaryrefslogtreecommitdiffstats
path: root/storage/test
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-03-15 21:18:32 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2020-03-15 21:18:32 +0100
commit9d0f15c4fa712cdacfa3887e9baac918f093fbf6 (patch)
treeeb1a4db1169ba4bb9ae58727a462d54f93f5f85c /storage/test
parent8fe5ed769fa01a42eafb3b7f064ffe8e0d436408 (diff)
downloadgo-git-9d0f15c4fa712cdacfa3887e9baac918f093fbf6.tar.gz
ci: based on github actionsv5.0.0
Diffstat (limited to 'storage/test')
-rw-r--r--storage/test/storage_suite.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/test/storage_suite.go b/storage/test/storage_suite.go
index a646fad..d87a7dd 100644
--- a/storage/test/storage_suite.go
+++ b/storage/test/storage_suite.go
@@ -66,7 +66,7 @@ func NewBaseStorageSuite(s Storer) BaseStorageSuite {
}
func (s *BaseStorageSuite) TearDownTest(c *C) {
- c.Assert(fixtures.Clean(), IsNil)
+ fixtures.Clean()
}
func (s *BaseStorageSuite) TestSetEncodedObjectAndEncodedObject(c *C) {