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 2b2330c commit fdeef37Copy full SHA for fdeef37
tests/pauseDepositWithdraw.ts
@@ -64,7 +64,7 @@ describe('spot deposit and withdraw 22', () => {
64
let oracleInfos: OracleInfo[];
65
66
before(async () => {
67
- const context = await startAnchor('', [], []);
+ const context = (await startAnchor('', [], [])) as any;
68
69
bankrunContextWrapper = new BankrunContextWrapper(context);
70
0 commit comments