Skip to content

Commit c4f7106

Browse files
committed
address review comment
#1394 (review)
1 parent d2bfc35 commit c4f7106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/date-check/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ mod tests {
186186
fn test_collect_dates_from_file() {
187187
let text = "Test1\nAs of Jan 2021\nTest2\nAs of Feb 2021 \
188188
\nTest3\nTest4\nAs of march 2021Bar\nas of apr 2021 \
189-
\nTest5\nTest6\nTest7\n\n\nas of may 2021\nTest8
189+
\nTest5\nTest6\nTest7\n\n\nas of\n\n may 2021\nTest8
190190
";
191191
assert_eq!(
192192
collect_dates_from_file(&make_date_regex(), text),
@@ -220,7 +220,7 @@ mod tests {
220220
}
221221
),
222222
(
223-
14,
223+
16,
224224
Date {
225225
year: 2021,
226226
month: 5,

0 commit comments

Comments
 (0)