We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1483ef commit ca85f20Copy full SHA for ca85f20
tests/fee_sharing_pda.test.ts
@@ -411,7 +411,7 @@ async function fullFlow(
411
412
console.log("fund fee");
413
414
- fundFee({
+ await fundFee({
415
svm,
416
program,
417
funder,
@@ -458,7 +458,7 @@ async function fullFlow(
458
459
console.log("fund fee before share update");
460
svm.expireBlockhash();
461
462
463
464
@@ -514,7 +514,7 @@ async function fullFlow(
514
515
console.log("fund fee after share update");
516
517
518
519
520
0 commit comments