Skip to content

Commit 7353c6f

Browse files
authored
šŸ› (signer-eth) [NO-ISSUE]: Fix test args to use loggerFactory instead of logger (#1307)
2 parents b84c2f3 + 6aa934c commit 7353c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ā€Žpackages/signer/signer-eth/src/internal/app-binder/task/ProvideEIP712ContextTask.test.tsā€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ describe("ProvideEIP712ContextTask", () => {
416416
payload: "0x010203",
417417
},
418418
],
419-
logger: mockLogger,
419+
loggerFactory: mockLoggerFactory,
420420
};
421421
// WHEN
422422
apiMock.sendCommand.mockResolvedValue(
@@ -455,7 +455,7 @@ describe("ProvideEIP712ContextTask", () => {
455455
payload: "0x010203",
456456
},
457457
],
458-
logger: mockLogger,
458+
loggerFactory: mockLoggerFactory,
459459
};
460460
// WHEN
461461
apiMock.sendCommand.mockResolvedValue(

0 commit comments

Comments
Ā (0)