Skip to content

Commit

Permalink
Refactored project root files
Browse files Browse the repository at this point in the history
  • Loading branch information
“Mehran committed Sep 5, 2023
1 parent 11538c6 commit 2a35da0
Show file tree
Hide file tree
Showing 18 changed files with 82 additions and 84 deletions.
162 changes: 80 additions & 82 deletions PassGuard/PassGuard.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions PassGuard/PassGuardTests/RuleManagerTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class RuleManagerTest: XCTestCase {
XCTAssertEqual(sut.strenghtMeter(30), .weak)
XCTAssertEqual(sut.strenghtMeter(60), .strong)
XCTAssertEqual(sut.strenghtMeter(85), .veryStrong)
XCTAssertEqual(sut.strenghtMeter(101), .veryStrong)
XCTAssertEqual(sut.strenghtMeter(-10), .veryWeak)
XCTAssertEqual(sut.strenghtMeter(101), .tooShort)
XCTAssertEqual(sut.strenghtMeter(-10), .tooShort)
}
}

0 comments on commit 2a35da0

Please sign in to comment.