Skip to content

Commit f527f15

Browse files
thomasjpfancmccandless
authored andcommitted
kindergarten-garden: updates tests to v1.1.1 (#1463)
Resolves #1438. No changes were made since the diff between 1.1.0 and 1.1.1 shows only a comment being removed: https://github.com/exercism/problem-specifications/pull/1222/files
1 parent 0993ca5 commit f527f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/kindergarten-garden/kindergarten_garden_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from kindergarten_garden import Garden
44

55

6-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
6+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.1
77

88
class KindergartenGardenTest(unittest.TestCase):
99
def test_garden_with_single_student(self):

0 commit comments

Comments
 (0)