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.
2 parents 1897b41 + 4177524 commit 221bc31Copy full SHA for 221bc31
app/src/androidTest/java/at/tomtasche/reader/test/CoreTest.java
@@ -90,7 +90,7 @@ public void test() {
90
String htmlDiff = "{\"modifiedText\":{\"3\":\"This is a simple test document to demonstrate the DocumentLoadewwwwr example!\"}}";
91
92
CoreWrapper.CoreResult result = CoreWrapper.backtranslate(coreOptions, htmlDiff);
93
- Assert.assertEquals(0, coreResult.errorCode);
+ Assert.assertEquals(0, result.errorCode);
94
}
95
96
@Test
0 commit comments