Skip to content

Commit 4da90f8

Browse files
author
Devdutt Shenoi
committed
test: fix sec = 1000 millis
1 parent a0c4cb1 commit 4da90f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/stream_schema_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ mod tests {
10641064
fn datetime_max(year: i32, month: u32, day: u32) -> DateTime<Utc> {
10651065
NaiveDate::from_ymd_opt(year, month, day)
10661066
.unwrap()
1067-
.and_hms_milli_opt(23, 59, 59, 99)
1067+
.and_hms_milli_opt(23, 59, 59, 999)
10681068
.unwrap()
10691069
.and_utc()
10701070
}

0 commit comments

Comments
 (0)