Skip to content

Commit e8baa30

Browse files
committed
Update test.rs
1 parent ab2e90b commit e8baa30

File tree

1 file changed

+1
-1
lines changed
  • basics/create-account/native/program/tests

1 file changed

+1
-1
lines changed

basics/create-account/native/program/tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use solana_transaction::Transaction;
88
#[test]
99
fn test_create_account() {
1010
let program_id = Pubkey::new_unique();
11-
let program_bytes = include_bytes!("../../../../../target/deploy/create_account_program.so");
11+
let program_bytes = include_bytes!("../../tests/fixtures/create_account_program.so");
1212

1313
let payer = Keypair::new();
1414
let new_keypair = Keypair::new();

0 commit comments

Comments
 (0)