Skip to content

Commit

Permalink
rename obsidian test function
Browse files Browse the repository at this point in the history
  • Loading branch information
Deborah Mahn committed Nov 3, 2023
1 parent 6edca39 commit 5871a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lnk2bodyfile/obsidian.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use assert_cmd::Command;
use dfir_toolkit::common::bodyfile::Bodyfile3Line;

#[test]
fn test_x64dbg() {
fn test_obsidian() {
let mut cmd = Command::cargo_bin("lnk2bodyfile").unwrap();
let mut data_path = PathBuf::from(std::env::var("CARGO_MANIFEST_DIR").unwrap());
data_path.push("tests");
Expand Down

0 comments on commit 5871a1b

Please sign in to comment.