Update native-loader test to noop program rename
This commit is contained in:
parent
507fac06ee
commit
7f02185998
|
@ -23,7 +23,7 @@ test('load native program', async () => {
|
||||||
|
|
||||||
const connection = new Connection(url);
|
const connection = new Connection(url);
|
||||||
const from = await newAccountWithLamports(connection, 1024);
|
const from = await newAccountWithLamports(connection, 1024);
|
||||||
const programId = await NativeLoader.load(connection, from, 'noop');
|
const programId = await NativeLoader.load(connection, from, 'solana_noop_program');
|
||||||
const transaction = new Transaction().add({
|
const transaction = new Transaction().add({
|
||||||
keys: [{pubkey: from.publicKey, isSigner: true}],
|
keys: [{pubkey: from.publicKey, isSigner: true}],
|
||||||
programId,
|
programId,
|
||||||
|
|
Loading…
Reference in New Issue