Skip to content

Commit

Permalink
#1256 Docs: Improve tests logging
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Oct 18, 2024
1 parent 5bfa86c commit 751a40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/infrastructure/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ mod macos_impl {
shooter.save(group_window, "group-panel").await;
group_panel.close();
// Log and copy screenshot directory
log(format!("Screenshot directory: {:?}", &shooter.dir));
log(format!("Screenshot directory: {:?}\n", &shooter.dir));
copy_text_to_clipboard(shooter.dir.to_string_lossy().to_string());
}

Expand Down

0 comments on commit 751a40f

Please sign in to comment.