Skip to content

Commit 088ce96

Browse files
author
Thomas Taschauer
committed
fix test action
1 parent 53e6601 commit 088ce96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenDocumentReaderTests/OpenDocumentReaderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class OpenDocumentReaderTests: XCTestCase {
4343
downloadTask.resume()
4444
} else {
4545
let filePath = Bundle(for: type(of: self)).path(forResource: "test", ofType: "odt")
46-
fileURL = URL(string: filePath!)
46+
fileURL = URL(fileURLWithPath: filePath!)
4747
}
4848

4949
try FileManager.default.moveItem(at: fileURL!, to: self.saveURL!)

0 commit comments

Comments
 (0)