Skip to content

Commit 9c610a1

Browse files
committed
Update WikipediaAppTest#testEntriesFromClipboardWikidata to match current state of Q151897
1 parent ceafc21 commit 9c610a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/unit/org/wikipedia/WikipediaAppTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ void testEntriesFromClipboardWikidata() {
187187
assertThat(entries.get(0).article, is("Q40"));
188188
assertThat(((WikidataEntry) entries.get(0)).label, is("Austria"));
189189
assertThat(entries.get(1).article, is("Q151897"));
190-
assertThat(((WikidataEntry) entries.get(1)).label, is("Reichstag building"));
190+
assertThat(((WikidataEntry) entries.get(1)).label, is("Reichstag"));
191191
}
192192
}

0 commit comments

Comments
 (0)