Skip to content

Commit

Permalink
fix(test): code.wasm hash (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko authored Oct 30, 2023
1 parent 8391ea7 commit acffd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extism_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestWasmUrl(t *testing.T) {
wasm := WasmUrl{
Url: url,
Name: "code",
Hash: "7def5bb4aa3843a5daf5d6078f1e8540e5ef10b035a9d9387e9bd5156d2b2565",
Hash: "0c1779c48f56f94b3e3624d76f55e38215870c59ccb3d41f6ba8b2bc22f218f5",
}

manifest := Manifest{
Expand Down

0 comments on commit acffd2a

Please sign in to comment.