Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellanata committed Jul 15, 2021
1 parent b38683f commit 0090879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/HammerTests/WaitingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ final class WaitingTests: XCTestCase {
let expectation = XCTestExpectation(description: "View is not found")

do {
let _ = try eventGenerator.viewWithIdentifier("my_other_button", ofType: UIButton.self)
_ = try eventGenerator.viewWithIdentifier("my_other_button", ofType: UIButton.self)
} catch HammerError.unableToFindView(let identifier) {
XCTAssertEqual(identifier, "my_other_button")
expectation.fulfill()
Expand Down

0 comments on commit 0090879

Please sign in to comment.