Skip to content

Commit

Permalink
Replace all case _: with default: (#20465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Apr 3, 2023
2 parents 4085c5b + 06e2d26 commit ea0a309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/UITestsFoundation/XCTestCase+Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public extension XCTestCase {
switch app.state {
case .unknown, .notRunning:
app.launch()
case _:
default:
break
}

Expand Down

0 comments on commit ea0a309

Please sign in to comment.