Skip to content

Commit 026fb2c

Browse files
Marek Danovishu-bh
authored andcommitted
fix: formatter issues
Signed-off-by: Marek Dano <Marek.Dano@ibm.com>
1 parent f8f2e59 commit 026fb2c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

client/src/components/tools/ToolDetailsPanel.test.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,9 @@ describe("ToolDetailsPanel", () => {
648648
it("calls onAddTag with the merged, de-duplicated tag list", async () => {
649649
const user = userEvent.setup();
650650
const onAddTag = vi.fn().mockResolvedValue(undefined);
651-
const tools = [createMockTool(1, { id: "tool-1", tags: [{ label: "tag1" }, { label: "tag2" }] })];
651+
const tools = [
652+
createMockTool(1, { id: "tool-1", tags: [{ label: "tag1" }, { label: "tag2" }] }),
653+
];
652654

653655
render(
654656
<ToolDetailsPanel

0 commit comments

Comments
 (0)