Skip to content

Commit 5d56e6a

Browse files
committed
moved first loop test up
1 parent 58434a9 commit 5d56e6a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

exercises/camicia/canonical-data.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,20 @@
113113
"tricks": 1
114114
}
115115
},
116+
{
117+
"uuid": "5be39bb6-1b34-4ce6-a1cd-0fcc142bb272",
118+
"description": "simple loop with decks of 3 cards",
119+
"property": "simulateGame",
120+
"input": {
121+
"playerA": ["J", "2", "3"],
122+
"playerB": ["4", "J", "5"]
123+
},
124+
"expected": {
125+
"status": "loop",
126+
"cards": 8,
127+
"tricks": 3
128+
}
129+
},
116130
{
117131
"uuid": "2795dc21-0a2a-4c38-87c2-5a42e1ff15eb",
118132
"description": "the story is starting to get a bit complicated",
@@ -518,20 +532,6 @@
518532
"tricks": 4
519533
}
520534
},
521-
{
522-
"uuid": "5be39bb6-1b34-4ce6-a1cd-0fcc142bb272",
523-
"description": "simple loop with decks of 3 cards",
524-
"property": "simulateGame",
525-
"input": {
526-
"playerA": ["J", "2", "3"],
527-
"playerB": ["4", "J", "5"]
528-
},
529-
"expected": {
530-
"status": "loop",
531-
"cards": 8,
532-
"tricks": 3
533-
}
534-
},
535535
{
536536
"uuid": "3107985a-f43e-486a-9ce8-db51547a9941",
537537
"description": "simple loop with decks of 4 cards",

0 commit comments

Comments
 (0)