Skip to content

Commit

Permalink
ci: fix the path
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Nov 18, 2024
1 parent 7ed6c19 commit 0b2bcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_restore_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TEST_DIR=$(mktemp -d)
cd "$TEST_DIR"

# Copy the example snapshot file from project root with a unique test name
cp ../../snapshot.example.json ./test_restore_snapshot_temporary.json
cp ../test_resources/snapshot.example.json ./test_restore_snapshot_temporary.json

# Create a mock comfy command that simulates the real comfy behavior
cat > comfy << 'EOF'
Expand Down

0 comments on commit 0b2bcd1

Please sign in to comment.