Skip to content

Commit eb1fc01

Browse files
committed
fixup! fix(coin:tezos): handle missing recipients or senders cleanly
1 parent ff98251 commit eb1fc01

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

libs/coin-modules/coin-tezos/src/logic/listOperations.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jest.mock("../network", () => ({
1212

1313
describe("listOperations", () => {
1414
afterEach(() => {
15-
// mockGetServerInfos.mockClear();
16-
// mockNetworkGetTransactions.mockClear();
15+
mockNetworkGetTransactions.mockClear();
1716
});
1817

1918
it("should return no operations", async () => {

libs/coin-modules/coin-tezos/src/logic/listOperations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { es } from "@faker-js/faker";
21
import { tzkt } from "../network";
32
import { log } from "@ledgerhq/logs";
43
import {

0 commit comments

Comments
 (0)