Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Nov 15, 2024
1 parent 9d40ac3 commit 624bada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcr/vcr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ func TestVCR_Start(t *testing.T) {
}
assert.NotNil(t, mainBucket.Bucket([]byte("index_id")))
assert.NotNil(t, mainBucket.Bucket([]byte("index_issuer")))
assert.NotNil(t, mainBucket.Bucket([]byte("index_subject")))
assert.NotNil(t, mainBucket.Bucket([]byte("index_organization")))
assert.NotNil(t, mainBucket.Bucket([]byte("index_auth_subject_purpose_resources")))

return nil
})
Expand Down

0 comments on commit 624bada

Please sign in to comment.