Skip to content

Commit

Permalink
statemanager: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Aug 14, 2024
1 parent e23a7f0 commit 68a96b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/statemanager/test/stateManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('StateManager -> General', () => {
const sm = new DefaultStateManager()

try {
const storage = await sm.getContractStorage(Address.zero(), zeros(32))
const storage = await sm.getStorage(createZeroAddress(), zeros(32))
assert.ok(equalsBytes(storage, new Uint8Array()))
} catch {
assert.fail('should not throw')
Expand Down

0 comments on commit 68a96b8

Please sign in to comment.