Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3040d39

Browse files
domi4484github-actions[bot]
authored andcommittedMar 7, 2023
Fix spelling
1 parent f3ebab2 commit 3040d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsattributeform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_on_update(self):
178178
form.changeAttribute('age', 7)
179179
self.assertEqual(form.currentFormFeature()['numbers'], [1, 7])
180180

181-
def test_default_value_alway_updated(self):
181+
def test_default_value_always_updated(self):
182182
"""Test that default values are not updated on every edit operation
183183
when containing an 'attribute' expression"""
184184

0 commit comments

Comments
 (0)
Please sign in to comment.