Skip to content

Commit f546797

Browse files
committed
fix: unit tests
1 parent 8b5d49d commit f546797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/tests/unit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ describe('Unit', function () {
104104
'027f921585f2ac0c7c70e36110adecfd8fd14b8a99bfb3d000a283fcac358fce88',
105105
);
106106

107-
expect(lm.getLdkPaymentsSent()).to.eventually.be.an('array').that.is.empty;
108-
expect(lm.getLdkPaymentsClaimed()).to.eventually.be.an('array').that.is
107+
await expect(lm.getLdkPaymentsSent()).to.eventually.be.an('array').that.is.empty;
108+
await expect(lm.getLdkPaymentsClaimed()).to.eventually.be.an('array').that.is
109109
.empty;
110110

111111
const claimableBalances = await ldk.claimableBalances(false);

0 commit comments

Comments
 (0)