Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
domi4484 authored and github-actions[bot] committed Mar 30, 2023
1 parent 8a3fe4c commit 625a064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsattributeform.py
Expand Up @@ -178,7 +178,7 @@ def test_on_update(self):
form.changeAttribute('age', 7)
self.assertEqual(form.currentFormFeature()['numbers'], [1, 7])

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

Expand Down

0 comments on commit 625a064

Please sign in to comment.