Skip to content

Commit 57cad15

Browse files
committed
Remove copy test not making sense any more under generalized cache/no-cache conditions
1 parent bef2953 commit 57cad15

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/vm/test/api/copy.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ describe('VM Copy Test', () => {
1818
'account exists before copy',
1919
)
2020

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-
2721
await vm.stateManager.checkpoint()
2822
await vm.stateManager.commit()
2923

0 commit comments

Comments
 (0)