Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf99 committed Sep 21, 2021
1 parent 5b52f36 commit e43e0b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions exercises/grade-school2/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"input": {
"students": [["Aimee", 2]]
},
"expected": true
"expected": [true]
},
{
"uuid": "aff83e6e-6bdc-4753-9f98-142d19e3f5c4",
Expand All @@ -34,7 +34,7 @@
},
{
"uuid": "73c3ca75-0c16-40d7-82f5-ed8fe17a8e4a",
"description": "Adding multiple students in same the grade",
"description": "Adding multiple students in the same grade",
"property": "add",
"input": {
"students": [["Blair", 2], ["James", 2], ["Paul", 2]]
Expand Down Expand Up @@ -73,7 +73,7 @@
"description": "Adding students in multiple grades",
"property": "add",
"input": {
"students": [["Chelse", 3], ["Logan", 7]]
"students": [["Chelsea", 3], ["Logan", 7]]
},
"expected": [true, true]
},
Expand All @@ -82,7 +82,7 @@
"description": "Students in multiple grades are added to the roster",
"property": "roster",
"input": {
"students": [["Chelse", 3], ["Logan", 7]]
"students": [["Chelsea", 3], ["Logan", 7]]
},
"expected": ["Chelsea", "Logan"]
},
Expand Down Expand Up @@ -144,7 +144,7 @@
{
"uuid": "779bf69a-f5c4-4b53-949f-3f05fd4bd814",
"description": "Students are sorted by name in a grade",
"property": "roster",
"property": "grade",
"input": {
"students": [["Franklin", 5], ["Bradley", 5], ["Jeff", 1]],
"desiredGrade": 5
Expand Down

0 comments on commit e43e0b8

Please sign in to comment.