Skip to content

Commit d189bbb

Browse files
committed
Update test.rs
1 parent efcfe59 commit d189bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • basics/repository-layout/native/program/tests

basics/repository-layout/native/program/tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn test_repo_layout() {
1212
let mut svm = LiteSVM::new();
1313

1414
let program_id = Pubkey::new_unique();
15-
let program_bytes = include_bytes!("../../../../../target/deploy/repository_layout_program.so");
15+
let program_bytes = include_bytes!("../../tests/fixtures/repository_layout_program.so");
1616

1717
svm.add_program(program_id, program_bytes).unwrap();
1818

0 commit comments

Comments
 (0)