Skip to content

Commit ea08d54

Browse files
update expected value (#403)
1 parent d90a5b9 commit ea08d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evals/tasks/extract_press_releases.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export const extract_press_releases: EvalFunction = async ({
5454
publish_date: "Dec 4, 2024",
5555
};
5656
const expectedLastItem: PressRelease = {
57-
title: "An Unassuming Liberal Makes a Rapid Ascent to Power Broker",
58-
publish_date: "Jan 23, 2014",
57+
title: "Brad Lander for Comptroller",
58+
publish_date: "Jun 8, 2021",
5959
};
6060

6161
if (items.length <= expectedLength) {

0 commit comments

Comments
 (0)