Skip to content

Commit

Permalink
Update test in coin-tezos for axios 1.7.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
lambertkevin committed Aug 19, 2024
1 parent dd2ceaf commit 81b6401
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/coin-modules/coin-tezos/src/network/bakers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ describe("Tezos Baker", () => {
const response = {
data,
status: 200,
headers: {},
headers: {} as any,
statusText: "",
config: {},
config: {
headers: {} as any,
},
};

mockedNetwork.mockReturnValue(Promise.resolve(response));
Expand Down

0 comments on commit 81b6401

Please sign in to comment.