We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6902e commit f628cfbCopy full SHA for f628cfb
pkg/storage/cache_test.go
@@ -65,7 +65,8 @@ func TestCache(t *testing.T) {
65
So(err, ShouldEqual, errors.ErrCacheMiss)
66
67
err = cacheDriver.DeleteBlob("key", "bogusValue")
68
- So(err, ShouldBeNil)
+ //So(err, ShouldBeNil)
69
+ So(err, ShouldEqual, errors.ErrCacheMiss)
70
71
// try to insert empty path
72
err = cacheDriver.PutBlob("key", "")
0 commit comments