We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e6601 commit 088ce96Copy full SHA for 088ce96
1 file changed
OpenDocumentReaderTests/OpenDocumentReaderTests.swift
@@ -43,7 +43,7 @@ class OpenDocumentReaderTests: XCTestCase {
43
downloadTask.resume()
44
} else {
45
let filePath = Bundle(for: type(of: self)).path(forResource: "test", ofType: "odt")
46
- fileURL = URL(string: filePath!)
+ fileURL = URL(fileURLWithPath: filePath!)
47
}
48
49
try FileManager.default.moveItem(at: fileURL!, to: self.saveURL!)
0 commit comments