Commit 5b0a9be7 authored by Christian Heimes's avatar Christian Heimes

Issue #28078: Add missing colon

parent 7fa4bf37
...@@ -5349,7 +5349,7 @@ class LinuxKernelCryptoAPI(unittest.TestCase): ...@@ -5349,7 +5349,7 @@ class LinuxKernelCryptoAPI(unittest.TestCase):
# type / algorithm is not available # type / algorithm is not available
sock.close() sock.close()
raise unittest.SkipTest(str(e), typ, name) raise unittest.SkipTest(str(e), typ, name)
else else:
return sock return sock
def test_sha256(self): def test_sha256(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment