Skip to content

Commit 95db413

Browse files
committed
RLPNC-7350: Clean up
1 parent b882cff commit 95db413

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/src/test/java/com/basistech/rosette/api/RosetteAPITest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ private void verifyNameTranslation(NameTranslationResponse response, String resp
284284
private void verifyMultiNameTranslations(NameTranslationResponse response, String responseStr) throws IOException {
285285
NameTranslationResponse goldResponse = mapper.readValue(responseStr, NameTranslationResponse.class);
286286
assertEquals(goldResponse.getTranslations(), response.getTranslations());
287-
assertEquals(goldResponse.getTranslation(), response.getTranslation());
288-
assertEquals(goldResponse.getConfidence(), response.getConfidence());
289287
}
290288

291289
private NameTranslationRequest readValueNameTranslation(String testFilename) throws IOException {

0 commit comments

Comments
 (0)