Skip to content

Commit 4978b87

Browse files
committed
Add TestRowsQueryLogEvents class into __all__
1 parent 5836445 commit 4978b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from pymysqlreplication.constants.BINLOG import *
1818
from pymysqlreplication.row_event import *
1919

20-
__all__ = ["TestBasicBinLogStreamReader", "TestMultipleRowBinLogStreamReader", "TestCTLConnectionSettings", "TestGtidBinLogStreamReader"]
20+
__all__ = ["TestBasicBinLogStreamReader", "TestMultipleRowBinLogStreamReader", "TestCTLConnectionSettings", "TestGtidBinLogStreamReader", "TestRowsQueryLogEvents"]
2121

2222

2323
class TestBasicBinLogStreamReader(base.PyMySQLReplicationTestCase):

0 commit comments

Comments
 (0)