Skip to content

Commit 125c4c0

Browse files
ovrMazterQyou
andauthored
Apply suggestion from @MazterQyou
Co-authored-by: Alex Qyoun-ae <[email protected]>
1 parent e598899 commit 125c4c0

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
@@ -169,7 +169,7 @@ mod tests {
169169
);
170170
assert_eq!(
171171
IntervalValue::new(0, 1, 1, 1, 1, 1).as_iso_str(),
172-
"01:01:01.000001".to_string()
172+
"1 day 01:01:01.000001".to_string()
173173
);
174174
assert_eq!(
175175
IntervalValue::new(0, 0, -1, 1, 1, 1).as_iso_str(),

0 commit comments

Comments
 (0)