delete comment

This commit is contained in:
Bel LaPointe
2024-04-14 09:21:52 -06:00
parent 4e3818046d
commit f8002053f5

View File

@@ -6,8 +6,6 @@ import (
"time"
)
//func newStorageFromTestdata(t *testing.T) {
func TestStorage(t *testing.T) {
ctx, can := context.WithTimeout(context.Background(), time.Second)
defer can()