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 6d34a55 commit 6a1daa2Copy full SHA for 6a1daa2
tests/common/sketch/test_sketch.py
@@ -32,7 +32,7 @@ def test_rename_project(self):
32
self.change_name_editor(TEST_PROJECT_NAME)
33
34
def test_change_short_description(self):
35
- self.change_short_description_editor('decription')
+ self.change_short_description_editor('description')
36
37
def test_verify_code(self):
38
"""Ensures that we can compile code and see the success message."""
0 commit comments