Skip to content

Commit fdeef37

Browse files
committed
Prettify
1 parent 2b2330c commit fdeef37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pauseDepositWithdraw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('spot deposit and withdraw 22', () => {
6464
let oracleInfos: OracleInfo[];
6565

6666
before(async () => {
67-
const context = await startAnchor('', [], []);
67+
const context = (await startAnchor('', [], [])) as any;
6868

6969
bankrunContextWrapper = new BankrunContextWrapper(context);
7070

0 commit comments

Comments
 (0)