Update native-loader test to noop program rename

This commit is contained in:
Tyera Eulberg 2019-04-11 18:20:04 -07:00 committed by Michael Vines
parent 507fac06ee
commit 7f02185998
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ test('load native program', async () => {
const connection = new Connection(url);
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({
keys: [{pubkey: from.publicKey, isSigner: true}],
programId,