Skip to content

Commit 19be9e3

Browse files
committed
test: fix test change of external data
1 parent 0f2b7d0 commit 19be9e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/src/core/usecases/refreshExternalData.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,10 @@ describe("fetches software extra data (from different providers)", () => {
289289
},
290290
{
291291
applicationCategories: undefined,
292-
description: "open-source JavaScript module bundler",
292+
description: {
293+
"en": "open-source JavaScript module bundler",
294+
"fr": "Outil frontend"
295+
},
293296
developers: [
294297
{
295298
"@type": "Person",

0 commit comments

Comments
 (0)