Skip to content

Commit f97c5a8

Browse files
ovrMazterQyou
andauthored
Update rust/cubesql/pg-srv/src/values/interval.rs
Co-authored-by: Alex Qyoun-ae <[email protected]>
1 parent 125c4c0 commit f97c5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubesql/pg-srv/src/values/interval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ mod tests {
172172
"1 day 01:01:01.000001".to_string()
173173
);
174174
assert_eq!(
175-
IntervalValue::new(0, 0, -1, 1, 1, 1).as_iso_str(),
175+
IntervalValue::new(0, 0, -1, -1, -1, -1).as_iso_str(),
176176
"-01:01:01.000001".to_string()
177177
);
178178
assert_eq!(

0 commit comments

Comments
 (0)