Skip to content

Commit

Permalink
test(gui): rename test log name
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 27, 2023
1 parent 1af957c commit 8d06276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ mod tests {
let log_dir = temp_dir::TempDir::new()?;
let log_dir = log_dir.path();
for _ in 0..5 {
create_rotate_log(log_dir, "g_dar2oar.log", 3)?;
create_rotate_log(log_dir, "app.log", 3)?;
std::thread::sleep(std::time::Duration::from_secs(1));
}

Expand Down

0 comments on commit 8d06276

Please sign in to comment.