diff --git a/enzevalos_iphoneTests/GeneratedMocks.swift b/enzevalos_iphoneTests/GeneratedMocks.swift index 5e2f57a25544ed2bd459206d52cfb8edc0e46098..e1c29d05ac5c585aa6fc7be9d218a635762c565c 100644 --- a/enzevalos_iphoneTests/GeneratedMocks.swift +++ b/enzevalos_iphoneTests/GeneratedMocks.swift @@ -1,4 +1,4 @@ -// MARK: - Mocks generated from file: enzevalos_iphone/AuthenticationModel.swift at 2020-03-24 10:19:37 +0000 +// MARK: - Mocks generated from file: enzevalos_iphone/AuthenticationModel.swift at 2020-03-31 15:54:34 +0000 // // AuthenticationModel.swift @@ -653,7 +653,7 @@ import Foundation } -// MARK: - Mocks generated from file: enzevalos_iphone/AuthenticationViewModel.swift at 2020-03-24 10:19:37 +0000 +// MARK: - Mocks generated from file: enzevalos_iphone/AuthenticationViewModel.swift at 2020-03-31 15:54:34 +0000 // // AuthenticationViewModel.swift diff --git a/enzevalos_iphoneTests/SMIMETests.swift b/enzevalos_iphoneTests/SMIMETests.swift index ba40475ce37a931bc65c8f4ed8f72a1552bffcc3..c98c2e92c14d1cef1821a022f3c2b92b1322b757 100644 --- a/enzevalos_iphoneTests/SMIMETests.swift +++ b/enzevalos_iphoneTests/SMIMETests.swift @@ -343,6 +343,7 @@ PkfA6mR7rtcyIbHi34tfkCv/qolV3QivMHov0IJpRyNO var ourPrivateKeyFP: String? override func setUp() { + super.setUp() certi = Certificate(pem: test_key) othercerti = Certificate(pem: test_key_other) ourAddr = certi!.eMails![0] @@ -353,6 +354,7 @@ PkfA6mR7rtcyIbHi34tfkCv/qolV3QivMHov0IJpRyNO } override func tearDown() { + super.tearDown() smimeObj.resetKeychain() }