Skip to content

Commit 06d46c6

Browse files
committed
fix mock project
1 parent bf206e2 commit 06d46c6

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

services/web/server/tests/data/fake-project.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"position": {
2121
"x": 50,
2222
"y": 150
23+
},
24+
"state": {
25+
"currentStatus": "NOT_STARTED",
26+
"lock_state": {
27+
"locked": false
28+
}
2329
}
2430
},
2531
"5739e377-17f7-4f09-a6ad-62659fb7fdec": {
@@ -53,6 +59,12 @@
5359
"position": {
5460
"x": 300,
5561
"y": 150
62+
},
63+
"state": {
64+
"currentStatus": "NOT_STARTED",
65+
"lock_state": {
66+
"locked": false
67+
}
5668
}
5769
},
5870
"351fd505-1ee3-466d-ad6c-ea2915ffd364": {
@@ -65,7 +77,13 @@
6577
"x": 1073,
6678
"y": 307
6779
},
68-
"progress": 100
80+
"progress": 100,
81+
"state": {
82+
"currentStatus": "NOT_STARTED",
83+
"lock_state": {
84+
"locked": false
85+
}
86+
}
6987
}
7088
},
7189
"ui": {},

0 commit comments

Comments
 (0)