Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacorbellini committed Apr 9, 2024
1 parent 3a7121f commit 6e30fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,6 @@ fn named_temp_file() -> Result<()> {
let path = file.path();
dbg!(path);
let atomic = AtomicWriteFile::open(path)?;
dbg!(&atomic);
atomic.commit()
}

0 comments on commit 6e30fe7

Please sign in to comment.