diff --git a/packages/vm/test/api/copy.spec.ts b/packages/vm/test/api/copy.spec.ts index fb785481f7..1c4f21895d 100644 --- a/packages/vm/test/api/copy.spec.ts +++ b/packages/vm/test/api/copy.spec.ts @@ -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()