File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments