Skip to content

Commit

Permalink
test(adapter): fix error message after style update
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Nov 8, 2024
1 parent 03eb9f2 commit 5ca48a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/adapter-non-local.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ describe('Adapter EVM -> EOS testing', () => {
])
.send(active(adapter.account))

await expectToThrow(action, 'eosio_assert: adapter already registered')
await expectToThrow(action, 'eosio_assert: adapter already initialized')
})
})

Expand Down

0 comments on commit 5ca48a2

Please sign in to comment.