Skip to content

Commit

Permalink
macos tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Jan 17, 2025
1 parent 0a346a4 commit 7458a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirrord/layer/tests/fileops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async fn self_open(
#[tokio::test]
#[timeout(Duration::from_secs(20))]
async fn read_from_mirrord_bin(dylib_path: &Path) {
let _tracing = init_tracing().unwrap();
let _tracing = init_tracing();

let contents = "please don't flake";
let temp_dir = env::temp_dir();
Expand Down Expand Up @@ -358,7 +358,7 @@ async fn go_dir(
application: Application,
dylib_path: &Path,
) {
let _tracing = init_tracing().unwrap();
let _tracing = init_tracing();

let (mut test_process, mut intproxy) = application
.start_process_with_layer(
Expand Down

0 comments on commit 7458a38

Please sign in to comment.