Skip to content

Commit

Permalink
rename test output file
Browse files Browse the repository at this point in the history
  • Loading branch information
lapla-cogito committed Oct 4, 2024
1 parent 18a1f6a commit c55c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ mod tests {

#[test]
fn change_class_64bit() {
let loader = crate::obfus::Obfuscator::open("bin/test_64bit", "bin/res_64bit");
let loader = crate::obfus::Obfuscator::open("bin/test_64bit", "bin/res_class");
let mut obfuscator = loader.unwrap();
assert_eq!(obfuscator.output[4], 2);
obfuscator.change_class().unwrap();
Expand Down

0 comments on commit c55c009

Please sign in to comment.