We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3fd88 commit 0b52b40Copy full SHA for 0b52b40
1 file changed
exercises/difference-of-squares/difference_of_squares_test.py
@@ -3,7 +3,7 @@
3
from difference_of_squares import difference, square_of_sum, sum_of_squares
4
5
6
-# test cases adapted from `x-common//canonical-data.json` @ version: 1.0.0
+# test cases adapted from `x-common//canonical-data.json` @ version: 1.1.0
7
8
class DifferenceOfSquaresTest(unittest.TestCase):
9
def test_square_of_sum_1(self):
0 commit comments