Skip to content

Commit

Permalink
make cspell happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Dec 19, 2024
1 parent 6b61450 commit 6cb9a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/test/api/EIPs/eip-7623.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('EIP 7623 calldata cost increase tests', () => {
})
assert.fail('runTx should throw')
} catch (e) {
assert.ok('Succesfully failed')
assert.ok('Successfully failed')
}
})
it('correctly charges execution gas instead of floor gas when execution gas exceeds the floor gas', async () => {
Expand Down

0 comments on commit 6cb9a54

Please sign in to comment.