Skip to content

Commit da82365

Browse files
committed
fix: uuids require uuid v4
1 parent e182e53 commit da82365

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

exercises/jigsaw-puzzle/canonical-data.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"cases": [
88
{
9-
"uuid": "123e44cd-1388-11f0-96bc-145afc5ea279",
9+
"uuid": "ad626f23-09a2-4f5f-ba22-eec0671fa2a9",
1010
"description": "1000 pieces puzzle with 1.6 aspect ratio",
1111
"property": "jigsawData",
1212
"input": {
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
{
27-
"uuid": "1da97b91-1388-11f0-a658-145afc5ea279",
27+
"uuid": "3e0c5919-3561-42f5-b9ed-26d70c20214e",
2828
"description": "square puzzle with 32 rows",
2929
"property": "jigsawData",
3030
"input": {
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
{
45-
"uuid": "25e21469-1388-11f0-881d-145afc5ea279",
45+
"uuid": "f6378369-989c-497f-a6e2-f30b1fa76cba",
4646
"description": "300 pieces portrait puzzle with 70 border pieces",
4747
"property": "jigsawData",
4848
"input": {
@@ -61,7 +61,7 @@
6161
}
6262
},
6363
{
64-
"uuid": "32d6bfe1-1388-11f0-b268-145afc5ea279",
64+
"uuid": "f53f82ba-5663-4c7e-9e86-57fdbb3e53d2",
6565
"description": "puzzle with insufficient data",
6666
"property": "jigsawData",
6767
"input": {
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
{
76-
"uuid": "744de990-13bb-11f0-8731-145afc5ea279",
76+
"uuid": "a3d5c31a-cc74-44bf-b4fc-9e4d65f1ac1a",
7777
"description": "pizzle with contradictory data",
7878
"property": "jigsawData",
7979
"input": {

0 commit comments

Comments
 (0)