Skip to content

Commit

Permalink
fix cspell [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Aug 17, 2024
1 parent 81d2da2 commit d773d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/test/api/EIPs/eip-7702.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ describe('EIP 7702: set code to EOA accounts', () => {
})

describe.only('test EIP-7702 opcodes', () => {
it('should correctly report EXTCODE* opcodes', async () => {
it('should correctly report EXTCODESIZE/EXTCODEHASH/EXTCODECOPY opcodes', async () => {
// extcodesize and extcodehash
const deploymentAddress = createZeroAddress()
const randomCode = hexToBytes('0x010203040506')
Expand Down

0 comments on commit d773d2b

Please sign in to comment.