Skip to content

Commit 35b4661

Browse files
committed
Fiz test name
1 parent 1632fd9 commit 35b4661

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
@@ -49,7 +49,7 @@ describe("Addressable matcher", () => {
4949
for (const el2 of elements) {
5050
const expectEqual = el1.class === el2.class;
5151

52-
describe(`expect "${el1.name}" to equal "${el1.name}"`, () => {
52+
describe(`expect "${el1.name}" to equal "${el2.name}"`, () => {
5353
if (expectEqual) {
5454
it("should not revert", () => {
5555
expect(el1.object).to.equal(el2.object);

0 commit comments

Comments
 (0)