tracks/python/exercises/rectangles/rectangles_test.py in trackler-2.2.1.107 vs tracks/python/exercises/rectangles/rectangles_test.py in trackler-2.2.1.108
- old
+ new
@@ -1,10 +1,10 @@
import unittest
from rectangles import count
-# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0
+# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
class WordTest(unittest.TestCase):
def test_no_rows(self):
self.assertEqual(count([]), 0)