Name classes/structs consistently

This commit is contained in:
Danny Moesch 2020-04-19 15:41:30 +02:00 committed by Mingshen Sun
parent 072f824158
commit 4c2693e2c7
11 changed files with 80 additions and 80 deletions

View file

@ -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)
}