Skip to content

Commit 3de8911

Browse files
mrcfpscmccandless
authored andcommitted
flatten-array: update tests to v1.2.0 (#1288)
1 parent 8c08c7d commit 3de8911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/flatten-array/flatten_array_test.py

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

55

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

88
class FlattenArrayTests(unittest.TestCase):
99

0 commit comments

Comments
 (0)