Skip to content

Commit

Permalink
test was using the wrong binary
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Aug 16, 2023
1 parent 2168c67 commit 4fea321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/layer/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ impl Application {
format!(
"{}/{}",
env!("CARGO_MANIFEST_DIR"),
"../../target/debug/issue1776"
"../../target/debug/issue1776portnot53"
)
}
Application::OpenFile => format!(
Expand Down

0 comments on commit 4fea321

Please sign in to comment.