Skip to content

Commit

Permalink
forgot test file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyrk committed Dec 13, 2024
1 parent 54c6c5b commit 06306d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/signature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"crypto"
"testing"

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

return testStorage{
storage: storage.NewSignatureStorage(key, st.storage),
storage: storage.NewSignatureStorage(slog.Make(), key, st.storage),
write: st.write,
exists: st.exists,
expectedManifest: exp,
Expand Down

0 comments on commit 06306d8

Please sign in to comment.