Grammar fix, repeated word in test description
parent
52f3dc8ca6
commit
ce76fd130a
|
@ -288,7 +288,7 @@ class GPGTestCase(unittest.TestCase):
|
||||||
self.assertEqual(proc.returncode, 0)
|
self.assertEqual(proc.returncode, 0)
|
||||||
|
|
||||||
def test_gpg_binary_version_str(self):
|
def test_gpg_binary_version_str(self):
|
||||||
"""That that 'gpg --version' returns the expected output."""
|
"""Test that 'gpg --version' returns the expected output."""
|
||||||
proc = self.gpg._open_subprocess(['--version'])
|
proc = self.gpg._open_subprocess(['--version'])
|
||||||
result = proc.stdout.read(1024)
|
result = proc.stdout.read(1024)
|
||||||
expected1 = "Supported algorithms:"
|
expected1 = "Supported algorithms:"
|
||||||
|
|
Loading…
Reference in New Issue