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 8e4452b commit 0a09384Copy full SHA for 0a09384
TestFoundation/TestURL.swift
@@ -35,7 +35,7 @@ private func getTestData() -> [Any]? {
35
XCTFail("Unable to deserialize property list data")
36
return nil
37
}
38
- guard let parsingTests = testRoot![kURLTestParsingTestsKey] as? [Any] else {
+ guard let parsingTests = testRoot[kURLTestParsingTestsKey] as? [Any] else {
39
XCTFail("Unable to create the parsingTests dictionary")
40
41
0 commit comments