diff --git a/passKitTests/Crypto/PGPAgentTest.swift b/passKitTests/Crypto/PGPAgentTest.swift index 0da0a25..c84be2e 100644 --- a/passKitTests/Crypto/PGPAgentTest.swift +++ b/passKitTests/Crypto/PGPAgentTest.swift @@ -119,7 +119,7 @@ class PGPAgentTest: XCTestCase { } } - func testUnsettKeys() throws { + func testUnsetKeys() throws { try importKeys(ED25519.publicKey, ED25519.privateKey) XCTAssert(pgpAgent.isPrepared) XCTAssertEqual(try basicEncryptDecrypt(using: pgpAgent, keyID: ED25519.fingerprint), testData) diff --git a/passKitTests/Passwords/PasswordGeneratorTest.swift b/passKitTests/Passwords/PasswordGeneratorTest.swift index f85615b..6b22bb0 100644 --- a/passKitTests/Passwords/PasswordGeneratorTest.swift +++ b/passKitTests/Passwords/PasswordGeneratorTest.swift @@ -46,7 +46,7 @@ class PasswordGeneratorTest: XCTestCase { } } - func testGroupsAreNotcceptableForXKCDStyle() { + func testGroupsAreNotAcceptableForXKCDStyle() { var generator = PasswordGenerator(length: 15) XCTAssertTrue(generator.isAcceptable(groups: 4))