File tree Expand file tree Collapse file tree
checking-accounts/native/tests
program-derived-addresses/native/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { start } from 'solana-bankrun';
44
55describe ( 'Checking accounts' , async ( ) => {
66 const PROGRAM_ID = PublicKey . unique ( ) ;
7- const context = await start ( [ { name : 'checking_accounts_program ' , programId : PROGRAM_ID } ] , [ ] ) ;
7+ const context = await start ( [ { name : 'checking_accounts_native_program ' , programId : PROGRAM_ID } ] , [ ] ) ;
88 const client = context . banksClient ;
99 const payer = context . payer ;
1010 const rent = await client . getRent ( ) ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { start } from 'solana-bankrun';
66
77describe ( 'PDAs' , async ( ) => {
88 const PROGRAM_ID = PublicKey . unique ( ) ;
9- const context = await start ( [ { name : 'program_derived_addresses_program ' , programId : PROGRAM_ID } ] , [ ] ) ;
9+ const context = await start ( [ { name : 'program_derived_addresses_native_program ' , programId : PROGRAM_ID } ] , [ ] ) ;
1010 const client = context . banksClient ;
1111 const payer = context . payer ;
1212 const rent = await client . getRent ( ) ;
You can’t perform that action at this time.
0 commit comments