We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1632fd9 commit 35b4661Copy full SHA for 35b4661
packages/hardhat-chai-matchers/test/addressable.ts
@@ -49,7 +49,7 @@ describe("Addressable matcher", () => {
49
for (const el2 of elements) {
50
const expectEqual = el1.class === el2.class;
51
52
- describe(`expect "${el1.name}" to equal "${el1.name}"`, () => {
+ describe(`expect "${el1.name}" to equal "${el2.name}"`, () => {
53
if (expectEqual) {
54
it("should not revert", () => {
55
expect(el1.object).to.equal(el2.object);
0 commit comments