test(storage): export UninitializedStorage to simulate failure

(cherry picked from commit 20148e061a)
This commit is contained in:
Earl Warren 2024-06-04 23:20:20 +02:00 committed by GitHub
parent e17e330712
commit afba61f55d
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 {