Skip to content

Commit

Permalink
Update test/utils.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Xenia <[email protected]>
  • Loading branch information
zZoMROT and byshape authored Oct 17, 2023
1 parent 4cd8478 commit c2d25af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('utils', function () {
expect(await token.name()).to.be.eq('SomeToken');
});

it('should be using without arguments', async function () {
it('can be used without arguments', async function () {
const contractArtifact = await hre.artifacts.readArtifact('WETH');
const weth = <WETH> await deployContractFromBytecode(contractArtifact.abi, contractArtifact.bytecode);
expect(await weth.getAddress()).to.be.not.eq(constants.ZERO_ADDRESS);
Expand Down

0 comments on commit c2d25af

Please sign in to comment.