Skip to content

Commit

Permalink
Update lib/runtime/wasmer/imports_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Romero <diego2737@gmail.com>
  • Loading branch information
jimjbrettj and dimartiro committed Apr 24, 2023
1 parent 678cf87 commit 8da5f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/wasmer/imports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ func Test_ext_crypto_ecdsa_verify_version_2_Table(t *testing.T) {
key: []byte{132, 2, 39, 55, 134, 131, 142, 43, 100, 63, 134, 96, 14, 253, 15, 222, 119, 154, 110, 188, 20, 159, 62, 125, 42, 59, 127, 19, 16, 0, 161, 236, 109}, //nolint:lll
err: fmt.Errorf("running runtime function: unreachable"),
},
"invalid_message length": {
"invalid_message_length": {
sig: []byte{5, 1, 187, 179, 88, 183, 46, 115, 242, 32, 9, 54, 141, 207, 44, 15, 238, 42, 217, 196, 111, 173, 239, 204, 128, 93, 49, 179, 137, 150, 162, 125, 226, 225, 28, 145, 122, 127, 15, 154, 185, 11, 3, 66, 27, 187, 204, 242, 107, 68, 26, 111, 245, 30, 115, 141, 85, 74, 158, 211, 161, 217, 43, 151, 120, 125, 1}, //nolint:lll
msg: []byte{48, 72, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100},
key: []byte{132, 2, 39, 206, 55, 134, 131, 142, 43, 100, 63, 134, 96, 14, 253, 15, 222, 119, 154, 110, 188, 20, 159, 62, 125, 42, 59, 127, 19, 16, 0, 161, 236, 109}, //nolint:lll
Expand Down

0 comments on commit 8da5f3c

Please sign in to comment.