Skip to content

Commit 42341ca

Browse files
committed
Correct test which was passing by accident because the date was the current month
1 parent 182fa34 commit 42341ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-node.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ describe("the main gatsby entrypoint", () => {
822822

823823
it("creates pages for release months", () => {
824824
expect(createPage).toHaveBeenCalledWith(
825-
expect.objectContaining({ path: "new-extensions/2025/january" })
825+
expect.objectContaining({ path: "new-extensions/2024/january" })
826826
)
827827
})
828828

0 commit comments

Comments
 (0)