Skip to content

Commit 6e9be94

Browse files
committed
Change test name
test_extra_data -> test_partition_id
1 parent 6c36333 commit 6e9be94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/tests/test_data_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def test_zerofill(self):
625625
self.assertEqual(event.rows[0]["values"]["test4"], '0000000001')
626626
self.assertEqual(event.rows[0]["values"]["test5"], '00000000000000000001')
627627

628-
def test_extra_data(self):
628+
def test_partition_id(self):
629629
if not self.isMySQL80AndMore():
630630
self.skipTest("Not supported in this version of MySQL")
631631
create_query = "CREATE TABLE test (id INTEGER) \

0 commit comments

Comments
 (0)