Skip to content
Snippets Groups Projects
Commit 7ecf75aa authored by lazarog98's avatar lazarog98
Browse files

#232 wip unit test

parent 89de5a53
No related branches found
No related tags found
2 merge requests!58Onboarding screens swift ui merge dev,!35Resolve "SMIME Support"
// 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
......
......@@ -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()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment