Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jul 18, 2022
1 parent d2bfc35 commit c4f7106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/date-check/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ mod tests {
fn test_collect_dates_from_file() {
let text = "Test1\nAs of Jan 2021\nTest2\nAs of Feb 2021 \
\nTest3\nTest4\nAs of march 2021Bar\nas of apr 2021 \
\nTest5\nTest6\nTest7\n\n\nas of may 2021\nTest8
\nTest5\nTest6\nTest7\n\n\nas of\n\n may 2021\nTest8
";
assert_eq!(
collect_dates_from_file(&make_date_regex(), text),
Expand Down Expand Up @@ -220,7 +220,7 @@ mod tests {
}
),
(
14,
16,
Date {
year: 2021,
month: 5,
Expand Down

0 comments on commit c4f7106

Please sign in to comment.