We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c9f97 commit 28dbc2dCopy full SHA for 28dbc2d
1 file changed
Tests/Compass/CompassTests.swift
@@ -38,19 +38,6 @@ class CompassTests: XCTestCase {
38
XCTAssertEqual(location.arguments["user"], "testUser")
39
}
40
41
- func testParseFragments() {
42
- let url = NSURL(string: "compassTests://profile:testUser")!
43
-
44
- guard let location = Compass.parse(url, fragments: ["meta" : "foo"]) else {
45
- XCTFail("Compass parsing failed")
46
- return
47
- }
48
49
- XCTAssertEqual("profile:{user}", location.path)
50
- XCTAssertEqual(location.arguments["user"], "testUser")
51
- XCTAssertEqual("foo" , location.fragments["meta"] as? String)
52
53
54
func testParsePayload() {
55
let url = NSURL(string: "compassTests://profile:testUser")!
56
0 commit comments