Skip to content

Commit 66b76f2

Browse files
committedMar 1, 2023
Fix spelling
1 parent 4b1c2a6 commit 66b76f2

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.