Skip to content

Commit 735d321

Browse files
committed
try fix test
1 parent b4629cf commit 735d321

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

OpenDocumentReaderTests/OpenDocumentReaderTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,12 @@ class OpenDocumentReaderTests: XCTestCase {
5454

5555
var cachePath = URL(fileURLWithPath: NSTemporaryDirectory())
5656
var outputPath = URL(fileURLWithPath: NSTemporaryDirectory())
57-
outputPath.appendPathComponent("translate.html")
5857

5958
coreWrapper.translate(saveURL?.path, cache: cachePath.path, into: outputPath.path, with: nil, editable: true)
6059
XCTAssertNil(coreWrapper.errorCode)
6160

6261
var backTranslatePath = URL(fileURLWithPath: NSTemporaryDirectory())
63-
backTranslatePath.appendPathComponent("backtranslate.html")
62+
backTranslatePath.appendPathComponent("test-edited.odt")
6463

6564
let diff = "{\"modifiedText\":{\"/child:3/child:0\":\"This is a simple test document to demonstrate the DocumentLoaderwwww example!\"}}"
6665

0 commit comments

Comments
 (0)