Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Nov 29, 2024
1 parent 026b63d commit fd13f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/core/adapters/fetchExternalData.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ describe("fetches software extra data (from different providers)", () => {
sourceUrl: "https://github.com/vitejs/vite",
websiteUrl: "https://vitejs.dev/",
programmingLanguages: ["JavaScript"],
softwareVersion: "5.4.10",
publicationTime: new Date("2024-10-23T00:00:00.000Z")
softwareVersion: expect.any(String),
publicationTime: expect.any(Date)
}
]);

Expand Down

0 comments on commit fd13f2f

Please sign in to comment.