Skip to content

Commit b6fcc5a

Browse files
committed
fixed the test
1 parent b626a70 commit b6fcc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest/LndClient.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ describe('LndClient', () => {
331331
);
332332

333333
expect(emit).toHaveBeenCalledTimes(1);
334-
expect(emit).toHaveBeenCalledWith('lowBalance', {
334+
expect(emit).toHaveBeenCalledWith('lowTradingBalance', {
335335
totalBalance,
336336
currency,
337337
side: BalanceSide.Local,

0 commit comments

Comments
 (0)