We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a953d commit c80fbc2Copy full SHA for c80fbc2
1 file changed
basics/hello-solana/native/program/tests/test.rs
@@ -8,7 +8,7 @@ use solana_transaction::Transaction;
8
#[test]
9
fn test_hello_solana() {
10
let program_id = Pubkey::new_unique();
11
- let program_bytes = include_bytes!("../../../../../target/deploy/hello_solana_program.so");
+ let program_bytes = include_bytes!("../../tests/fixtures/hello_solana_program.so");
12
13
let mut svm = LiteSVM::new();
14
svm.add_program(program_id, program_bytes).unwrap();
0 commit comments