tests: Use updated unittest method
This commit is contained in:
committed by
Paul Beckingham
parent
407d66d681
commit
02db131fa1
@@ -52,7 +52,7 @@ class TestCMD(TestCase):
|
||||
def test_info_command(self):
|
||||
"""info command"""
|
||||
code, out, err = self.t('1')
|
||||
self.assertRegexpMatches(out, 'Description\s+one')
|
||||
self.assertRegex(out, 'Description\s+one')
|
||||
|
||||
|
||||
class TestDefaults(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user