Skip to content

Commit

Permalink
Remove unnecessary assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
beetee17 committed Jan 13, 2025
1 parent 7e6f809 commit b58d7da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/DependenciesTests/OpenURLTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ class OpenURLTests: XCTestCase {
$0.openURL = OpenURLKey.liveValue
} operation: {
let url = URL(string: "https://www.pointfree.co/")!
let result = await self.openURL(url)
XCTAssert(result)
await self.openURL(url)
}
}
}

0 comments on commit b58d7da

Please sign in to comment.