We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d1d5b commit ef364bfCopy full SHA for ef364bf
pymysqlreplication/tests/test_basic.py
@@ -451,7 +451,6 @@ def test_default_charset_parsing(self):
451
assert columns["data"].character_set_name == "binary"
452
assert columns["data"].collation_name == "binary"
453
454
-
455
def test_log_pos(self):
456
query = "CREATE TABLE test (id INT NOT NULL AUTO_INCREMENT, data VARCHAR (50) NOT NULL, PRIMARY KEY (id))"
457
self.execute(query)
0 commit comments