Fix
This commit is contained in:
parent
3818da288a
commit
c37cb3df83
2 changed files with 2 additions and 3 deletions
|
|
@ -350,6 +350,7 @@ mod tests {
|
|||
#[test]
|
||||
fn test_restart_behavior() {
|
||||
let temp_dir = std::env::temp_dir().join("test_restart_behavior");
|
||||
let _ = fs::remove_dir_all(&temp_dir);
|
||||
|
||||
// Create initial writer and write some data
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue