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 a2ff5d5 commit f680a02Copy full SHA for f680a02
pymysqlreplication/tests/test_basic.py
@@ -1788,6 +1788,7 @@ def test_get_none_invalid(self):
1788
1789
self.assertIsInstance(self.stream.fetchone(), RotateEvent)
1790
self.assertIsInstance(self.stream.fetchone(), FormatDescriptionEvent)
1791
+ self.assertIsInstance(self.stream.fetchone(), PreviousGtidsEvent)
1792
self.assertIsInstance(self.stream.fetchone(), QueryEvent)
1793
self.assertIsInstance(self.stream.fetchone(), TableMapEvent)
1794
0 commit comments