Skip to content

Commit

Permalink
macos: fix lint #build-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed May 6, 2024
1 parent 9e49015 commit a632c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mod tests {
})
.collect::<Vec<String>>()
.join("\n");
fs::write(&swift_src, &new_code).expect("failed to modify ContentView.swift");
fs::write(&swift_src, new_code).expect("failed to modify ContentView.swift");
let revert_code = || fs::write(&swift_src, &old_code).expect("failed to revert code");
let handle_exec_result = |result: std::io::Result<ExitStatus>, err_msg: &str| {
revert_code();
Expand Down

0 comments on commit a632c96

Please sign in to comment.