Skip to content

Commit

Permalink
fixed: invalid node pack name in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Jan 19, 2025
1 parent 80a1837 commit 9957996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_model(comfy_cli):

@e2e_test
def test_node(comfy_cli, workspace):
node = "ComfyUI-AnimateDiff-Evolved"
node = "comfyui-animatediff-evolved"
proc = exec(
f"""
{comfy_cli} node install {node}
Expand Down

0 comments on commit 9957996

Please sign in to comment.