From 4dbdafe5e2a23538d9813801365eae9dc87969f5 Mon Sep 17 00:00:00 2001 From: mRcfps <1402491442@qq.com> Date: Wed, 28 Feb 2018 09:44:56 +0800 Subject: [PATCH] grains: update tests to v1.1.0 --- 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 e5965e9b34..a7965e4aeb 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.0.0 +# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0 class GrainsTest(unittest.TestCase): def test_square_1(self):