flatten-array: update tests to v1.2.0 (#1288)

This commit is contained in:
Marc Chan
2018-02-17 01:55:50 +08:00
committed by Corey McCandless
parent 8c08c7d29c
commit 3de89116ec

View File

@@ -3,7 +3,7 @@ import unittest
from flatten_array import flatten
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.2.0
class FlattenArrayTests(unittest.TestCase):