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 8fc3faa commit 881f499Copy full SHA for 881f499
exercises/15.1-Matrix_Builder/test.py
@@ -34,7 +34,7 @@ def test_oneness(app):
34
for element in row:
35
assert element == 1
36
37
-@pytest.mark.it("Your matrix should be simmetrical")
+@pytest.mark.it("Your matrix should be symmetrical")
38
def test_symmetry(app):
39
import random
40
side = random.randint(2,10)
0 commit comments