Skip to content

Commit

Permalink
Einstein is now known as "German-born physicist (1879–1955)" :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Feb 27, 2024
1 parent 7f32c5c commit adc651c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mediawiki-api-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe("MediaWiki API", () => {
client.getArticleProperties(TEST_ARTICLE, (err, props) => {
expect(err).toBeNull();
expect(props.wikibase_item).toEqual("Q937");
expect(props["wikibase-shortdesc"]).toContain("scientist");
expect(props["wikibase-shortdesc"]).toContain("physicist");

done();
});
Expand Down

0 comments on commit adc651c

Please sign in to comment.