Skip to content

Commit

Permalink
add icon definition to ChangeProductLink test
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Aug 21, 2024
1 parent 243d344 commit 43604fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/components/core/ChangeProductLink.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ const tumbleweedProduct = {
id: "Tumbleweed",
name: "openSUSE Tumbleweed",
description: "Tumbleweed description...",
icon: "Tumbleweed.icon",
};
const microosProduct = {
id: "MicroOS",
name: "openSUSE MicroOS",
description: "MicroOS description",
icon: "MicroOS.icon",
};

let mockUseProduct: { products: Product[]; selectedProduct?: Product };
Expand Down

0 comments on commit 43604fa

Please sign in to comment.