Skip to content

Commit

Permalink
Remove test case
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Jun 26, 2019
1 parent 527cf8a commit 2c5a8f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/CrossroadTests/PatternURLTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ final class PatternURLTests: XCTestCase {
func testHasPrefix() {
XCTAssertTrue(PatternURL(string: "https://example.com")!.hasPrefix(url: URL(string: "https://example.com")!))
XCTAssertTrue(PatternURL(string: "https://example.com/")!.hasPrefix(url: URL(string: "https://example.com/")!))
XCTAssertTrue(PatternURL(string: "https://example.com")!.hasPrefix(url: URL(string: "https://example.com/")!))
XCTAssertTrue(PatternURL(string: "https://example.com/")!.hasPrefix(url: URL(string: "https://example.com")!))
XCTAssertTrue(PatternURL(string: "https://example.com/users/:id")!.hasPrefix(url: URL(string: "https://example.com")!))
XCTAssertTrue(PatternURL(string: "https://example.com/users/:id")!.hasPrefix(url: URL(string: "https://example.com/")!))
Expand Down

0 comments on commit 2c5a8f3

Please sign in to comment.