This commit is contained in:
Rishabh Kumar 2024-11-04 17:32:55 -08:00
parent 7189dc21c8
commit d0ce69920b

View file

@ -186,8 +186,8 @@ func newTest(t testutil.T, input string) (*test, error) {
}
// SetStorage sets test's storage
func (t *test) SetStorage(s storage.Storage) {
t.storage = s
func (t *test) SetStorage(s teststorage.TestStorage) {
t.storage = &s
}
//go:embed testdata