Skip to content

Commit fd7a1cc

Browse files
committed
Fix test
1 parent 05ff5c0 commit fd7a1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ fn test_chrono_query() {
284284

285285
let query = Query::select().expr(timestamp).to_owned();
286286

287-
let formatted = "2020-01-01 02:02:02 +08:00";
287+
let formatted = "2020-01-01 02:02:02.000000 +08:00";
288288

289289
assert_eq!(
290290
query.to_string(MysqlQueryBuilder),

0 commit comments

Comments
 (0)