From 0d9784802395de6e7d8a8e18b21d224f761a93aa Mon Sep 17 00:00:00 2001 From: Supriya Dublish Date: Fri, 21 Sep 2018 21:22:01 +0000 Subject: [PATCH] grains: updated test version --- exercises/grains/grains_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/grains/grains_test.py b/exercises/grains/grains_test.py index a7965e4aeb2..2c913546406 100644 --- a/exercises/grains/grains_test.py +++ b/exercises/grains/grains_test.py @@ -6,7 +6,7 @@ ) -# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0 +# Tests adapted from `problem-specifications//canonical-data.json` @ v1.2.0 class GrainsTest(unittest.TestCase): def test_square_1(self):