Skip to content

Commit

Permalink
Merge pull request uutils#6010 from BenWiederhake/dev-pr-fix-flaky-di…
Browse files Browse the repository at this point in the history
…ff-timestamp

pr: Check the correct timestamp in test_with_pr_core_utils_tests
  • Loading branch information
tertsdiepraam committed Feb 25, 2024
2 parents 1748645 + 5fed98b commit d7a09c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_pr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ fn test_with_pr_core_utils_tests() {
let mut scenario = new_ucmd!();
let input_file_path = input_file.first().unwrap();
let test_file_path = expected_file.first().unwrap();
let value = file_last_modified_time(&scenario, test_file_path);
let value = file_last_modified_time(&scenario, input_file_path);
let mut arguments: Vec<&str> = flags
.split(' ')
.filter(|i| i.trim() != "")
Expand Down

0 comments on commit d7a09c0

Please sign in to comment.