Skip to content

Commit d30ff12

Browse files
authored
grade-school: update tests to v1.0.1 (#2145)
* grade-school: update tests to v1.0.1 * Remove trailing comma Comma was added by black v19.10b0. Currently, the CI uses v19.3b0, which does not add the trailing comma.
1 parent 32972fe commit d30ff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/grade-school/grade_school_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from grade_school import School
44

5-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0
5+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.1
66

77

88
class GradeSchoolTest(unittest.TestCase):

0 commit comments

Comments
 (0)