Skip to content

Commit aa6667e

Browse files
mitya57waylan
authored andcommitted
Fix typos in tests names
1 parent e8e5a08 commit aa6667e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_apis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ def textBoolExtensionConfigOption(self):
901901
self.default_options['extension_configs'] = config
902902
self.assertEqual(options, self.default_options)
903903

904-
def testExtensonConfigOptionAsJSON(self):
904+
def testExtensionConfigOptionAsJSON(self):
905905
config = {
906906
'markdown.extensions.wikilinks': {
907907
'base_url': 'http://example.com/',
@@ -918,10 +918,10 @@ def testExtensonConfigOptionAsJSON(self):
918918
self.default_options['extension_configs'] = config
919919
self.assertEqual(options, self.default_options)
920920

921-
def testExtensonConfigOptionMissingFile(self):
921+
def testExtensionConfigOptionMissingFile(self):
922922
self.assertRaises(IOError, parse_options, ['-c', 'missing_file.yaml'])
923923

924-
def testExtensonConfigOptionBadFormat(self):
924+
def testExtensionConfigOptionBadFormat(self):
925925
config = """
926926
[footnotes]
927927
PLACE_MARKER= ~~~footnotes~~~

0 commit comments

Comments
 (0)