Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Sep 9, 2024
1 parent 7bdc285 commit d4532d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multisig/simulations/zksyncmainnet/vip-005/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ forking(43779112, async () => {
expect(await nativeTokenGateway.owner()).equals(NETWORK_ADDRESSES.zksyncmainnet.GUARDIAN);
});

it("Should have correct owner vWETH and wETH addresses", async () => {
it("Should have correct vWETH and wETH addresses", async () => {
expect(await nativeTokenGateway.vWNativeToken()).to.be.equal(VWETH);
expect(await nativeTokenGateway.wNativeToken()).to.be.equal(WETH);
});
Expand Down

0 comments on commit d4532d3

Please sign in to comment.