Skip to content

Commit bd4d88e

Browse files
author
Arthur Gautier
committed
tests: fixup typo
Signed-off-by: Arthur Gautier <baloo@gandi.net>
1 parent 5e3e1df commit bd4d88e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymysqlreplication/tests/test_basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ def tearDown(self):
716716
super(TestCTLConnectionSettings, self).tearDown()
717717
self.ctl_conn_control.close()
718718

719-
def test_seperate_ctl_settings_table_metadata_unavailable(self):
719+
def test_separate_ctl_settings_table_metadata_unavailable(self):
720720
self.execute("CREATE TABLE test (id INTEGER(11))")
721721
self.execute("INSERT INTO test VALUES (1)")
722722
self.execute("COMMIT")
@@ -731,7 +731,7 @@ def test_seperate_ctl_settings_table_metadata_unavailable(self):
731731
self.resetBinLog()
732732
assert had_error
733733

734-
def test_seperate_ctl_settings_no_error(self):
734+
def test_separate_ctl_settings_no_error(self):
735735
self.execute("CREATE TABLE test (id INTEGER(11))")
736736
self.execute("INSERT INTO test VALUES (1)")
737737
self.execute("DROP TABLE test")

0 commit comments

Comments
 (0)