Skip to content

Commit 3a30148

Browse files
committed
Test for spaces in enum definition
1 parent f2a8797 commit 3a30148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_mysql_ch_replicator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ def test_different_types_2():
991991
test4 set('1','2','3','4','5','6','7'),
992992
test5 timestamp(0),
993993
test6 char(36),
994-
test7 ENUM('point', 'qwe', 'def'),
994+
test7 ENUM('point', 'qwe', 'def', 'azaza kokoko'),
995995
PRIMARY KEY (id)
996996
);
997997
''')

0 commit comments

Comments
 (0)