提交 f0be7b7f 编写于 作者: C Cleber Rosa

selftests/unit/test_test.py: fix comment typo

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 82816f75
......@@ -112,8 +112,8 @@ class TestClassTestUnit(unittest.TestCase):
above_limit_name = os.path.join(self.tmpdir, "a" * 251)
tst = self._get_fake_filename_test(above_limit_name)
self.assertFalse(tst.datadir)
tst._record_reference_stdout # Should does nothing
tst._record_reference_stderr # Should does nothing
tst._record_reference_stdout # Should do nothing
tst._record_reference_stderr # Should do nothing
tst._record_reference_stdout()
tst._record_reference_stderr()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册