Skip to content

Commit

Permalink
Fix WikipediaAppTest.testForQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Oct 15, 2020
1 parent 46a3d84 commit 4d9c733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/org/wikipedia/WikipediaAppTest.java
Expand Up @@ -92,7 +92,7 @@ public void testForQuery() throws Exception {
assertThat(de.get(0).label, is("Österreich"));
assertThat(de.get(0).description, is("Staat in Mitteleuropa"));
assertThat(en.get(0).label, is("Austria"));
assertThat(en.get(0).description, is("sovereign state in western-central Europe"));
assertThat(en.get(0).description, is("sovereign state in Central Europe"));
}

@Test
Expand Down

0 comments on commit 4d9c733

Please sign in to comment.