Skip to content

Commit 6a1daa2

Browse files
committed
Fixed typo.
1 parent 6d34a55 commit 6a1daa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/sketch/test_sketch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_rename_project(self):
3232
self.change_name_editor(TEST_PROJECT_NAME)
3333

3434
def test_change_short_description(self):
35-
self.change_short_description_editor('decription')
35+
self.change_short_description_editor('description')
3636

3737
def test_verify_code(self):
3838
"""Ensures that we can compile code and see the success message."""

0 commit comments

Comments
 (0)