We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef2953 commit 57cad15Copy full SHA for 57cad15
packages/vm/test/api/copy.spec.ts
@@ -18,12 +18,6 @@ describe('VM Copy Test', () => {
18
'account exists before copy',
19
)
20
21
- const vmCopy = await vm.shallowCopy()
22
- assert.isUndefined(
23
- await vmCopy.stateManager.getAccount(address),
24
- 'non-committed checkpoints will not be copied',
25
- )
26
-
27
await vm.stateManager.checkpoint()
28
await vm.stateManager.commit()
29
0 commit comments