Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Jan 11, 2024
1 parent 08c0b3f commit 13e8bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simTest1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('surge pricing', () => {
let oracleInfos: OracleInfo[];

before(async () => {
const context = await startAnchor('"./"', [], []);
const context = await startAnchor('', [], []);

const provider = new BankrunProvider(context);
const connection = provider.connection;
Expand Down

0 comments on commit 13e8bd5

Please sign in to comment.