Skip to content

Commit

Permalink
fixed the test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsercano committed Nov 24, 2020
1 parent b626a70 commit b6fcc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/LndClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ describe('LndClient', () => {
);

expect(emit).toHaveBeenCalledTimes(1);
expect(emit).toHaveBeenCalledWith('lowBalance', {
expect(emit).toHaveBeenCalledWith('lowTradingBalance', {
totalBalance,
currency,
side: BalanceSide.Local,
Expand Down

0 comments on commit b6fcc5a

Please sign in to comment.