Skip to content

Commit fd13f2f

Browse files
committed
fix tests
1 parent 026b63d commit fd13f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/core/adapters/fetchExternalData.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ describe("fetches software extra data (from different providers)", () => {
215215
sourceUrl: "https://github.com/vitejs/vite",
216216
websiteUrl: "https://vitejs.dev/",
217217
programmingLanguages: ["JavaScript"],
218-
softwareVersion: "5.4.10",
219-
publicationTime: new Date("2024-10-23T00:00:00.000Z")
218+
softwareVersion: expect.any(String),
219+
publicationTime: expect.any(Date)
220220
}
221221
]);
222222

0 commit comments

Comments
 (0)