Skip to content

Commit abef958

Browse files
committed
Fix flake
1 parent 8a016be commit abef958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def test_issue_8(connection):
7676
c = await conn.cursor()
7777
await c.execute("drop table if exists test")
7878
await c.execute("""CREATE TABLE `test` (
79-
`station` int(10) NOT NULL DEFAULT '0',
79+
`station` int(10) NOT NULL DEFAULT '0',
8080
`dh` datetime NOT NULL DEFAULT '2020-04-25 22:39:12',
8181
`echeance` int(1) NOT NULL DEFAULT '0', `me` double DEFAULT NULL,
8282
`mo` double DEFAULT NULL, PRIMARY

0 commit comments

Comments
 (0)