Skip to content

Commit 42bd8f5

Browse files
committed
Enable two tests that were not running because of typos in the test name. Thanks to Jennifer for spotting the typos.
- Legacy-Id: 18819
1 parent 6697a13 commit 42bd8f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/submit/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ def submit_new_wg(self, formats):
373373
def test_submit_new_wg_txt(self):
374374
self.submit_new_wg(["txt"])
375375

376-
def text_submit_new_wg_xml(self):
376+
def test_submit_new_wg_xml(self):
377377
self.submit_new_wg(["xml"])
378378

379-
def text_submit_new_wg_txt_xml(self):
379+
def test_submit_new_wg_txt_xml(self):
380380
self.submit_new_wg(["txt", "xml"])
381381

382382
def test_submit_new_wg_as_author(self):

0 commit comments

Comments
 (0)