Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
acdibble committed Dec 12, 2024
1 parent 0a98c1f commit f098f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swap/src/quoting/__tests__/Quoter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ describe(Quoter, () => {

const handler = fakeServer.on.mock.calls[0][1];

const socket = { on: jest.fn(), data: { marketMaker: 'MM' } };
const socket = { on: jest.fn(), data: { accountId: 'MM' } };
const next = jest.fn();
mockQuoter['quotes$'].subscribe(next);

Expand Down

0 comments on commit f098f58

Please sign in to comment.