Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Randoooom committed Mar 17, 2024
1 parent 667aaac commit bc9d8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub fn run_server() -> BackendServer {
let mut path = std::env::current_exe().unwrap();
assert!(path.pop());
assert!(path.pop());
path = path.join(env!("CARGO_PKG_NAME"));
path = path.join("main");

// prepare the command
let mut command = Command::new(path);
Expand Down

0 comments on commit bc9d8f9

Please sign in to comment.