Skip to content

Commit

Permalink
chore: fix test in api package
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Feb 21, 2025
1 parent f40078b commit fbfe227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const mock = {
describe("loadChains()", () => {
beforeEach(() => {
vitest.clearAllMocks();
vitest.spyOn(mock, "loadChains");
vitest.spyOn(mock, "loadChains").mockResolvedValue([]);
});

describe("when loadChains is called with known env, but not mainnet", () => {
Expand Down

0 comments on commit fbfe227

Please sign in to comment.