Skip to content

Commit

Permalink
current_dir test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Mar 10, 2024
1 parent e98c5a7 commit f38aec4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions io-impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,10 @@ mod test {
let io = super::RealIo::default();
let _ = io.now();
}

#[test]
fn test_current_dir() {
let io = super::RealIo::default();
let _ = io.current_dir();
}
}

0 comments on commit f38aec4

Please sign in to comment.