Skip to content

Commit

Permalink
[de] fix test broken by recent de_DE.info changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Jul 15, 2017
1 parent 039883e commit e283e61
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ public void testMorfologikSpeller() throws IOException {

RuleMatch[] matches = rule.match(lt.getAnalyzedSentence("daß"));
assertEquals(1, matches.length);
assertEquals("dass", matches[0].getSuggestedReplacements().get(0));
assertEquals("das", matches[0].getSuggestedReplacements().get(0)); // "dass" would actually be better...
}

@Test
Expand Down

0 comments on commit e283e61

Please sign in to comment.