Skip to content

Commit

Permalink
Update WikipediaAppTest#testEntriesFromClipboardWikidata to match cur…
Browse files Browse the repository at this point in the history
…rent state of Q151897
  • Loading branch information
tsmock committed Jul 12, 2024
1 parent ceafc21 commit 9c610a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/org/wikipedia/WikipediaAppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ void testEntriesFromClipboardWikidata() {
assertThat(entries.get(0).article, is("Q40"));
assertThat(((WikidataEntry) entries.get(0)).label, is("Austria"));
assertThat(entries.get(1).article, is("Q151897"));
assertThat(((WikidataEntry) entries.get(1)).label, is("Reichstag building"));
assertThat(((WikidataEntry) entries.get(1)).label, is("Reichstag"));
}
}

0 comments on commit 9c610a1

Please sign in to comment.