From b10d85f41045bb46f8da0a491176f9c8c22a37d5 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Thu, 6 Jun 2019 13:45:11 +0200 Subject: [PATCH] Typo --- tests/src/python/test_qgsattributeform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/python/test_qgsattributeform.py b/tests/src/python/test_qgsattributeform.py index 3fc2476dc5f..be7f69da391 100644 --- a/tests/src/python/test_qgsattributeform.py +++ b/tests/src/python/test_qgsattributeform.py @@ -87,7 +87,7 @@ class TestQgsAttributeForm(unittest.TestCase): """ Note: this crashed two times for datetime (see GH #29937): - - first crash with inital NULL values, because widget's clear() triggered changed() + - first crash with initial NULL values, because widget's clear() triggered changed() - second crash when setting a value, because setDateTime() triggered changed() There are no assertions in this test because we are looking for a crash.