Skip to content

Commit f680a02

Browse files
committed
fix: add PreviousGtidsEvent check
1 parent a2ff5d5 commit f680a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymysqlreplication/tests/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,6 +1788,7 @@ def test_get_none_invalid(self):
17881788

17891789
self.assertIsInstance(self.stream.fetchone(), RotateEvent)
17901790
self.assertIsInstance(self.stream.fetchone(), FormatDescriptionEvent)
1791+
self.assertIsInstance(self.stream.fetchone(), PreviousGtidsEvent)
17911792
self.assertIsInstance(self.stream.fetchone(), QueryEvent)
17921793
self.assertIsInstance(self.stream.fetchone(), TableMapEvent)
17931794

0 commit comments

Comments
 (0)