We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5d49d commit f546797Copy full SHA for f546797
example/tests/unit.ts
@@ -104,8 +104,8 @@ describe('Unit', function () {
104
'027f921585f2ac0c7c70e36110adecfd8fd14b8a99bfb3d000a283fcac358fce88',
105
);
106
107
- expect(lm.getLdkPaymentsSent()).to.eventually.be.an('array').that.is.empty;
108
- expect(lm.getLdkPaymentsClaimed()).to.eventually.be.an('array').that.is
+ await expect(lm.getLdkPaymentsSent()).to.eventually.be.an('array').that.is.empty;
+ await expect(lm.getLdkPaymentsClaimed()).to.eventually.be.an('array').that.is
109
.empty;
110
111
const claimableBalances = await ldk.claimableBalances(false);
0 commit comments