Skip to content

Commit b3ff81b

Browse files
committed
update test
1 parent 61526b3 commit b3ff81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/index.worker.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe("Cloudflare Docs", () => {
168168
expect(item).toBeDefined();
169169
expect(item.product).toBe("Access");
170170
expect(item.category).toBe("Access");
171-
expect(item.pubDate).toBe("Mon, 03 Mar 2025 06:00:00 GMT");
171+
expect(item.pubDate).toBe("Mon, 03 Mar 2025 00:00:00 GMT");
172172
});
173173

174174
it("legacy product-specific", async () => {

0 commit comments

Comments
 (0)