Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Aug 9, 2024
1 parent 46b8340 commit 6318e25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ excluded:

opt_in_rules:
- missing_docs
- empty_count
- empty_string
- toggle_bool
- unused_optional_binding
Expand Down
2 changes: 1 addition & 1 deletion Sources/XCUITestHelper/XCUIApplication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension XCUIApplication {
///
/// - Note: This will tap the first button in the navigation bar.
public func navigateBack() {
if self.navigationBars.buttons.isEmpty {
if self.navigationBars.buttons.count == 0 {
return
}

Expand Down

0 comments on commit 6318e25

Please sign in to comment.