Skip to content

Commit 4908457

Browse files
committed
chore(cubestore): Upgrade DF: Fix cast_timestamp_to_utf8 test
1 parent ac59ea3 commit 4908457

File tree

1 file changed

+1
-1
lines changed
  • rust/cubestore/cubestore-sql-tests/src

1 file changed

+1
-1
lines changed

rust/cubestore/cubestore-sql-tests/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ async fn cast_timestamp_to_utf8(service: Box<dyn SqlClient>) {
11001100

11011101
assert_eq!(
11021102
to_rows(&r),
1103-
rows(&[("a", "2022-01-01 00:00:00"), ("b", "2021-01-01 00:00:00"),])
1103+
rows(&[("a", "2022-01-01T00:00:00"), ("b", "2021-01-01T00:00:00"),])
11041104
);
11051105
}
11061106

0 commit comments

Comments
 (0)