Name classes/structs consistently
This commit is contained in:
parent
072f824158
commit
4c2693e2c7
11 changed files with 80 additions and 80 deletions
|
|
@ -222,7 +222,7 @@ class PasswordTest: XCTestCase {
|
|||
XCTAssertEqual(password.numberOfUnknowns, 0)
|
||||
|
||||
XCTAssertEqual(password.numberOfOtpRelated, 0)
|
||||
XCTAssertEqual(password.otpType, OtpType.none)
|
||||
XCTAssertEqual(password.otpType, OTPType.none)
|
||||
XCTAssertNil(password.currentOtp)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue