Skip to content

Commit 7e97754

Browse files
committed
Fix digitation error
1 parent c5ab0a0 commit 7e97754

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
@@ -715,7 +715,7 @@ def tearDown(self):
715715
super(TestCTLConnectionSettings, self).tearDown()
716716
self.ctl_conn_control.close()
717717

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

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

0 commit comments

Comments
 (0)