test(storage): export UninitializedStorage to simulate failure

This commit is contained in:
Earl Warren 2024-06-04 23:20:20 +02:00
parent c2382d4f5b
commit 20148e061a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@ import (
func Test_discardStorage(t *testing.T) {
tests := []discardStorage{
uninitializedStorage,
UninitializedStorage,
discardStorage("empty"),
}
for _, tt := range tests {