mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-16 16:32:34 +08:00
fix test
This commit is contained in:
parent
50763d0f39
commit
bc97d8a8da
@ -766,7 +766,7 @@ describe("group node", () => {
|
|||||||
group.widgets.value.value = 100;
|
group.widgets.value.value = 100;
|
||||||
expect((await graph.toPrompt()).output).toEqual({
|
expect((await graph.toPrompt()).output).toEqual({
|
||||||
1: {
|
1: {
|
||||||
inputs: { image: img.widgets.image.value },
|
inputs: { image: img.widgets.image.value, upload: "image" },
|
||||||
class_type: "LoadImage",
|
class_type: "LoadImage",
|
||||||
},
|
},
|
||||||
2: {
|
2: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user