Skip to content

Commit

Permalink
Remove copy test not making sense any more under generalized cache/no…
Browse files Browse the repository at this point in the history
…-cache conditions
  • Loading branch information
holgerd77 committed Aug 17, 2024
1 parent bef2953 commit 57cad15
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/vm/test/api/copy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ describe('VM Copy Test', () => {
'account exists before copy',
)

const vmCopy = await vm.shallowCopy()
assert.isUndefined(
await vmCopy.stateManager.getAccount(address),
'non-committed checkpoints will not be copied',
)

await vm.stateManager.checkpoint()
await vm.stateManager.commit()

Expand Down

0 comments on commit 57cad15

Please sign in to comment.