Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdejager committed Sep 7, 2023
1 parent 07cf0e0 commit 8d794d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/unftp-sbe-fs/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ fn fileinfo_fmt() {
};
let my_format = format!("{}", fileinfo);
let basename = std::path::Path::new(&dir).file_name().unwrap().to_string_lossy();
let format = format!("-rwxr-xr-x 1 0 0 5 Jan 01 00:00 {}", basename);
let format = format!("-rwxr-xr-x 1 0 0 5 Jan 01 1970 {}", basename);
assert_eq!(my_format, format);
}

Expand Down

0 comments on commit 8d794d3

Please sign in to comment.