We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceafc21 commit 9c610a1Copy full SHA for 9c610a1
test/unit/org/wikipedia/WikipediaAppTest.java
@@ -187,6 +187,6 @@ void testEntriesFromClipboardWikidata() {
187
assertThat(entries.get(0).article, is("Q40"));
188
assertThat(((WikidataEntry) entries.get(0)).label, is("Austria"));
189
assertThat(entries.get(1).article, is("Q151897"));
190
- assertThat(((WikidataEntry) entries.get(1)).label, is("Reichstag building"));
+ assertThat(((WikidataEntry) entries.get(1)).label, is("Reichstag"));
191
}
192
0 commit comments