Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 26, 2024
1 parent 39c853b commit f87ee73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import { defineInvokerCoder } from './defineInvokerCoder.js'

const client = anvil3074.getClient()

test('default', () => {
test('default', async () => {
const coder = defineInvokerCoder({
async toExecData(args: string) {
return encodePacked(['string'], [args])
},
})
expect(
coder.toExecData('hello world', {
await coder.toExecData('hello world', {
authority: '0x0000000000000000000000000000000000000000',
client,
invokerAddress: '0x0000000000000000000000000000000000000000',
Expand Down

0 comments on commit f87ee73

Please sign in to comment.