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 0b359d2 commit 4177524Copy full SHA for 4177524
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