We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248d144 commit 3730e18Copy full SHA for 3730e18
pymysqlreplication/tests/test_basic.py
@@ -716,7 +716,7 @@ def test_ignore_decode_errors(self) -> None:
716
data = event.rows[0]["values"]["data"]
717
self.assertEqual(data, '[{"text":" Some string"}]')
718
719
- def test_drop_column(self) -> None
+ def test_drop_column(self) -> None:
720
self.stream.close()
721
self.execute("CREATE TABLE test_drop_column (id INTEGER(11), data VARCHAR(50))")
722
self.execute("INSERT INTO test_drop_column VALUES (1, 'A value')")
0 commit comments