Issue #28078: Add missing colon
This commit is contained in:
parent
8d14abc800
commit
49aed7b782
|
@ -5349,7 +5349,7 @@ class LinuxKernelCryptoAPI(unittest.TestCase):
|
|||
# type / algorithm is not available
|
||||
sock.close()
|
||||
raise unittest.SkipTest(str(e), typ, name)
|
||||
else
|
||||
else:
|
||||
return sock
|
||||
|
||||
def test_sha256(self):
|
||||
|
|
Loading…
Reference in New Issue