Skip to content

Commit 3aad3b7

Browse files
committedJan 3, 2024
Reduce diff
1 parent 85b21f8 commit 3aad3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/hardhat-chai-matchers/test/addressable.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe("Addressable matcher", () => {
2727
{ name: "typed contract", object: typedContract, class: address },
2828
{ name: "other address", object: otherAddress, class: otherAddress },
2929
{ name: "other signer", object: otherSigner, class: otherAddress },
30-
{ name: " other contract", object: otherContract, class: otherAddress },
30+
{ name: "other contract", object: otherContract, class: otherAddress },
3131
{
3232
name: "other typed address",
3333
object: otherTypedAddress,

0 commit comments

Comments
 (0)
Please sign in to comment.