From f8002053f5d91ad29632e87193eb00b72431abf4 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sun, 14 Apr 2024 09:21:52 -0600 Subject: [PATCH] delete comment --- storage_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/storage_test.go b/storage_test.go index a409eae..072b32b 100644 --- a/storage_test.go +++ b/storage_test.go @@ -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()