Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Aug 28, 2024
1 parent 4e4b927 commit 00860d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vm/test/api/events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { createFeeMarket1559Tx } from '@ethereumjs/tx'
import { Account, bytesToHex, createAddressFromPrivateKey, toBytes } from '@ethereumjs/util'
import { assert, describe, it } from 'vitest'

import { runBlock, runTx } from '../../src/index.js'
import { createVM } from '../../src/vm.js'
import { createVM, runBlock, runTx } from '../../src/index.js'

describe('VM events', () => {
const privKey = toBytes('0xa5737ecdc1b89ca0091647e727ba082ed8953f29182e94adc397210dda643b07')
Expand Down

0 comments on commit 00860d0

Please sign in to comment.