Skip to content

Commit 06306d8

Browse files
committed
forgot test file fix
1 parent 54c6c5b commit 06306d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/signature_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"crypto"
55
"testing"
66

7+
"cdr.dev/slog"
78
"github.com/coder/code-marketplace/extensionsign"
89
"github.com/coder/code-marketplace/storage"
910
)
@@ -28,7 +29,7 @@ func signed(signer bool, factory func(t *testing.T) testStorage) func(t *testing
2829
}
2930

3031
return testStorage{
31-
storage: storage.NewSignatureStorage(key, st.storage),
32+
storage: storage.NewSignatureStorage(slog.Make(), key, st.storage),
3233
write: st.write,
3334
exists: st.exists,
3435
expectedManifest: exp,

0 commit comments

Comments
 (0)