From f643a63fe1b21d2e33c4955361078d6f62b33183 Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Sun, 19 Apr 2020 15:42:00 +0200 Subject: [PATCH] Fix typos --- passKitTests/Crypto/PGPAgentTest.swift | 2 +- passKitTests/Passwords/PasswordGeneratorTest.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))