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