Skip to content
Snippets Groups Projects
Commit 8755d810 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

update test case

parent 36e7a795
Branches
No related tags found
No related merge requests found
......@@ -512,7 +512,7 @@ class CryptoTests: XCTestCase {
XCTFail("Can not import key")
return
}
guard let signedData = signedMessage.data(using: .utf8) else {
guard let signedData = try? Armor.readArmored(signedMessage) else {
XCTFail("No signed data")
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment