Enable two tests that were not running because of typos in the test name. Thanks to Jennifer for spotting the typos.

- Legacy-Id: 18819
This commit is contained in:
Robert Sparks 2021-02-01 22:37:57 +00:00
parent 6697a131cc
commit 42bd8f5a41

View file

@ -373,10 +373,10 @@ class SubmitTests(TestCase):
def test_submit_new_wg_txt(self):
self.submit_new_wg(["txt"])
def text_submit_new_wg_xml(self):
def test_submit_new_wg_xml(self):
self.submit_new_wg(["xml"])
def text_submit_new_wg_txt_xml(self):
def test_submit_new_wg_txt_xml(self):
self.submit_new_wg(["txt", "xml"])
def test_submit_new_wg_as_author(self):