Skip to content

Commit

Permalink
pr: check the correct timestamp in test_with_pr_core_utils_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWiederhake committed Feb 24, 2024
1 parent 5a2e0c7 commit 5fed98b
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 5fed98b

Please sign in to comment.