mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-14 12:26:34 +00:00
test(session/store): add missing assertion
This commit is contained in:
@@ -83,6 +83,7 @@ func update(t *testing.T, store session.Store, key string, data *session.Data, c
|
||||
|
||||
func del(t *testing.T, store session.Store, key string) {
|
||||
err := store.Delete(context.Background(), key)
|
||||
assert.NoError(t, err)
|
||||
|
||||
result, err := store.Read(context.Background(), key)
|
||||
assert.Error(t, err)
|
||||
|
||||
Reference in New Issue
Block a user