Skip to content

Commit c80fbc2

Browse files
committed
Update test.rs
1 parent 10a953d commit c80fbc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • basics/hello-solana/native/program/tests

basics/hello-solana/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_hello_solana() {
1010
let program_id = Pubkey::new_unique();
11-
let program_bytes = include_bytes!("../../../../../target/deploy/hello_solana_program.so");
11+
let program_bytes = include_bytes!("../../tests/fixtures/hello_solana_program.so");
1212

1313
let mut svm = LiteSVM::new();
1414
svm.add_program(program_id, program_bytes).unwrap();

0 commit comments

Comments
 (0)