Skip to content

Commit

Permalink
Fix deployment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jun 14, 2024
1 parent 8c34532 commit 6811a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tests/000005-eip712-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describeDeployment(__filename, () => {
});

it('should deploy the EIP712 proxy', async () => {
expect(await proxy.version()).to.equal('1.3.0');
expect(await proxy.version()).to.equal('1.4.0');

expect(await proxy.getEAS()).to.equal(await eas.getAddress());
expect(await proxy.getDomainSeparator()).to.equal(eip712ProxyUtils.getDomainSeparator(EIP712_PROXY_NAME));
Expand Down

0 comments on commit 6811a2b

Please sign in to comment.