Make sure unknowns and OTP fields are not hidden in PasswordTest

This commit is contained in:
Danny Moesch 2018-12-15 21:50:42 +01:00 committed by Bob Sun
parent 64956c6643
commit ae57042f36

View file

@ -12,6 +12,12 @@ import XCTest
class PasswordTest: XCTestCase {
override static func setUp() {
super.setUp()
SharedDefaults[.isHideUnknownOn] = false
SharedDefaults[.isHideOTPOn] = false
}
func testUrl() {
let password = getPasswordObjectWith(content: "")