Skip to content

Commit 5ba4f07

Browse files
[chore] fix linting in SubgraphWidgetPromotion test
1 parent 84f50c5 commit 5ba4f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/subgraph/SubgraphWidgetPromotion.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ISlotType } from "@/interfaces"
22
import type { TWidgetType } from "@/types/widgets"
33

4-
import { describe, expect, it, vi } from "vitest"
4+
import { describe, expect, it } from "vitest"
55

66
import { LGraphNode, Subgraph } from "@/litegraph"
77
import { BaseWidget } from "@/widgets/BaseWidget"
@@ -339,7 +339,7 @@ describe("SubgraphWidgetPromotion", () => {
339339

340340
// The promoted widget should preserve the original tooltip
341341
expect(promotedWidget.tooltip).toBe(originalTooltip)
342-
342+
343343
// The promoted widget should still function normally
344344
expect(promotedWidget.name).toBe("value") // Uses subgraph input name
345345
expect(promotedWidget.type).toBe("number")

0 commit comments

Comments
 (0)