We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90a5b9 commit ea08d54Copy full SHA for ea08d54
evals/tasks/extract_press_releases.ts
@@ -54,8 +54,8 @@ export const extract_press_releases: EvalFunction = async ({
54
publish_date: "Dec 4, 2024",
55
};
56
const expectedLastItem: PressRelease = {
57
- title: "An Unassuming Liberal Makes a Rapid Ascent to Power Broker",
58
- publish_date: "Jan 23, 2014",
+ title: "Brad Lander for Comptroller",
+ publish_date: "Jun 8, 2021",
59
60
61
if (items.length <= expectedLength) {
0 commit comments