Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldavidw committed Aug 7, 2024
1 parent 2cefd05 commit 9deab18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChronosTests/Import/2FAS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ final class TwoFASTests: XCTestCase {
XCTAssertEqual(tokens[7].account, "")
XCTAssertEqual(tokens[7].counter, 22)
XCTAssertEqual(tokens[7].secret, "KQOZTMLOJBSMYWIO4BG4UTXDSR")

XCTAssertEqual(tokens[8].digits, 6)
XCTAssertEqual(tokens[8].type, TokenTypeEnum.HOTP)
XCTAssertEqual(tokens[8].algorithm, TokenAlgorithmEnum.SHA1)
Expand Down

0 comments on commit 9deab18

Please sign in to comment.