We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2daef commit 7ed6c19Copy full SHA for 7ed6c19
tests/test_restore_snapshot.sh
@@ -7,8 +7,8 @@ set -e
7
TEST_DIR=$(mktemp -d)
8
cd "$TEST_DIR"
9
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
+# Copy the example snapshot file from project root with a unique test name
+cp ../../snapshot.example.json ./test_restore_snapshot_temporary.json
12
13
# Create a mock comfy command that simulates the real comfy behavior
14
cat > comfy << 'EOF'
0 commit comments