Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixAja committed Apr 8, 2024
1 parent 7ba3c31 commit b2bcbdd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ mod tests {
// Assert that the directory is not empty
assert!(!entries.is_empty(), "Directory is empty");

// for entry in fs::read_dir(test_dir_path_str).unwrap() {
for entry in fs::read_dir(truth_output_dir).unwrap() {
// get test file path
let entry = entry.unwrap();
Expand Down

0 comments on commit b2bcbdd

Please sign in to comment.