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 d9a2ba2 commit 728e3d1Copy full SHA for 728e3d1
pymysqlreplication/tests/test_data_type.py
@@ -701,7 +701,7 @@ def test_status_vars(self):
701
self.assertEqual(event.catalog_nz_code, b'std')
702
self.assertEqual(event.mts_accessed_db_names, [b'pymysqlreplication_test'])
703
704
- def test_null_bitmask(self)
+ def test_null_bitmask(self):
705
"""Test parse of null-bitmask in table map events
706
707
Create table with 16 columns with nullability specified by 'bit_mask' variable
@@ -744,7 +744,7 @@ def test_null_bitmask(self)
744
for i in range(16):
745
values.append('0')
746
747
- insert_query += f' ({",".join(values)})')
+ insert_query += f' ({",".join(values)})'
748
749
self.execute(create_query)
750
self.execute(insert_query)
0 commit comments