Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Dec 7, 2024
1 parent 56c4aad commit a23ee26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/macos/test_macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ use serial_test::serial;
use std::path::PathBuf;

use std::{thread, time};
#[test] #[serial] fn test_x1 () {
#[test]
#[serial]
fn test_x1() {
init_logging();
for i in 0..10 {
println!("{i} sleeping");
Expand Down

0 comments on commit a23ee26

Please sign in to comment.