8000 Fix timestamp test · jasync-sql/jasync-sql@a6c447a · GitHub
[go: up one dir, main page]

Skip to content

Commit a6c447a

Browse files
committed
Fix timestamp test
1 parent fafb195 commit a6c447a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-async/src/test/java/com/github/jasync/sql/db/mysql/PreparedStatementsSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class PreparedStatementsSpec : ConnectionHelper() {
262262
Duration.ofSeconds(7) +
263263
Duration.ofMillis(19)
264264

265-
val timestamp = LocalDateTime.of(2013, 4EB4 1, 19, 3, 14, 7, 19)
265+
val timestamp = LocalDateTime.of(2013, 1, 19, 3, 14, 7, 19 * 1000)
266266
val select = "SELECT * FROM posts"
267267

268268
withConnection { connection ->

0 commit comments

Comments
 (0)
0