Skip to content

Commit b10d85f

Browse files
committedJun 6, 2019
Typo
1 parent 7737cf6 commit b10d85f

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
@@ -87,7 +87,7 @@ def test_duplicated_widgets(self):
8787
"""
8888
Note: this crashed two times for datetime (see GH #29937):
8989
90-
- first crash with inital NULL values, because widget's clear() triggered changed()
90+
- first crash with initial NULL values, because widget's clear() triggered changed()
9191
- second crash when setting a value, because setDateTime() triggered changed()
9292
9393
There are no assertions in this test because we are looking for a crash.

0 commit comments

Comments
 (0)
Please sign in to comment.