Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Nov 5, 2024
1 parent 89a8a26 commit 8f11b4b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lading/src/generator/file_gen/logrotate_fs/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1198,19 +1198,6 @@ mod test {
}

// Property 7: bytes_written are tick accurate
// for node in state.nodes.values() {
// if let Node::File { file } = node {
// let expected_bytes = file.expected_bytes_written(state.now);
// assert_eq!(
// file.bytes_written,
// expected_bytes,
// "bytes_written ({}) does not match expected_bytes_written ({}) for file with inode {}",
// file.bytes_written,
// expected_bytes,
// file.parent
// );
// }
// }
for (&inode, node) in &state.nodes {
if let Node::File { file } = node {
let end_tick = file.read_only_since.unwrap_or(state.now);
Expand Down

0 comments on commit 8f11b4b

Please sign in to comment.