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 @@ -715,7 +715,7 @@ def tearDown(self):
715
715
super (TestCTLConnectionSettings , self ).tearDown ()
716
716
self .ctl_conn_control .close ()
717
717
718
- def test_seperate_ctl_settings_table_metadata_unavailable (self ):
718
+ def test_separate_ctl_settings_table_metadata_unavailable (self ):
719
719
self .execute ("CREATE TABLE test (id INTEGER(11))" )
720
720
self .execute ("INSERT INTO test VALUES (1)" )
721
721
self .execute ("COMMIT" )
@@ -730,7 +730,7 @@ def test_seperate_ctl_settings_table_metadata_unavailable(self):
730
730
self .resetBinLog ()
731
731
assert had_error
732
732
733
- def test_seperate_ctl_settings_no_error (self ):
733
+ def test_separate_ctl_settings_no_error (self ):
734
734
self .execute ("CREATE TABLE test (id INTEGER(11))" )
735
735
self .execute ("INSERT INTO test VALUES (1)" )
736
736
self .execute ("DROP TABLE test" )
You can’t perform that action at this time.
0 commit comments