Skip to content

Commit ef684b1

Browse files
author
Katrina Owen
authored
Merge pull request #930 from mhdsmr2/issue#659
kindergarten-garden: Remove tests not specified in the description
2 parents 89b8c79 + cd160a2 commit ef684b1

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

exercises/kindergarten-garden/canonical-data.json

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -82,43 +82,6 @@
8282
"expected": ["grass", "violets", "clover", "violets"]
8383
}
8484
]
85-
},
86-
{
87-
"description": "non-alphabetical student list",
88-
"cases": [
89-
{
90-
"description": "first student's garden",
91-
"property": "plants",
92-
"students": ["Samantha", "Patricia", "Xander", "Roger"],
93-
"diagram": "VCRRGVRG\nRVGCCGCV",
94-
"student": "Patricia",
95-
"expected": ["violets", "clover", "radishes", "violets"]
96-
},
97-
{
98-
"description": "second student's garden",
99-
"property": "plants",
100-
"students": ["Samantha", "Patricia", "Xander", "Roger"],
101-
"diagram": "VCRRGVRG\nRVGCCGCV",
102-
"student": "Roger",
103-
"expected": ["radishes", "radishes", "grass", "clover"]
104-
},
105-
{
106-
"description": "third student's garden",
107-
"property": "plants",
108-
"students": ["Samantha", "Patricia", "Xander", "Roger"],
109-
"diagram": "VCRRGVRG\nRVGCCGCV",
110-
"student": "Samantha",
111-
"expected": ["grass", "violets", "clover", "grass"]
112-
},
113-
{
114-
"description": "fourth (last) student's garden",
115-
"property": "plants",
116-
"students": ["Samantha", "Patricia", "Xander", "Roger"],
117-
"diagram": "VCRRGVRG\nRVGCCGCV",
118-
"student": "Xander",
119-
"expected": ["radishes", "grass", "clover", "violets"]
120-
}
121-
]
12285
}
12386
]
12487
}

0 commit comments

Comments
 (0)