Skip to content

Commit a02d0bc

Browse files
committed
add commit that will fail
1 parent 61b4a72 commit a02d0bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/bucket_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ func TestKeyNotFound(t *testing.T) {
530530
bucket := GetTestBucket(t)
531531
defer bucket.Close(ctx)
532532
ds := bucket.GetSingleDataStore()
533+
assert.False(t, true)
533534
var body []byte
534535
_, getErr := ds.Get("nonexistentKey", &body)
535536
RequireDocNotFoundError(t, getErr)

0 commit comments

Comments
 (0)