From d6ec1f11854367f0d04b82fa211e96b62b973f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Znamen=C3=A1=C4=8Dek?= Date: Thu, 31 Oct 2024 10:06:32 +0100 Subject: [PATCH] Fix tests --- src/data/opportunity.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/opportunity.test.ts b/src/data/opportunity.test.ts index 176e0d2de..c9e8810d6 100644 --- a/src/data/opportunity.test.ts +++ b/src/data/opportunity.test.ts @@ -30,7 +30,6 @@ test("Decode opportunity", () => { coverImageUrl: "https://data.cesko.digital/web/projects/loono/cover-loono.jpg", skills: ["Dev"], - juniorFriendly: true, status: "live", }); });