Skip to content

Commit 7ed6c19

Browse files
committed
ci: use correct path to example_snapshot.json
1 parent 3f2daef commit 7ed6c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_restore_snapshot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ set -e
77
TEST_DIR=$(mktemp -d)
88
cd "$TEST_DIR"
99

10-
# Copy the example snapshot file from test_resources with a unique test name
11-
cp ../test_resources/example_snapshot.json ./test_restore_snapshot_temporary.json
10+
# Copy the example snapshot file from project root with a unique test name
11+
cp ../../snapshot.example.json ./test_restore_snapshot_temporary.json
1212

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

0 commit comments

Comments
 (0)