mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-12 00:06:43 -04:00
fix typo
This commit is contained in:
parent
35c0d24a43
commit
03222c829a
@ -1261,7 +1261,7 @@ class TestPyQgsOGRProviderGpkg(unittest.TestCase):
|
||||
#test changing list value in attribute
|
||||
f['json_content'] = ['eins', 'zwei', 'drei', 4]
|
||||
self.assertEqual(f['json_content'], ['eins', 'zwei', 'drei', 4])
|
||||
#test chaning to complex json structure
|
||||
#test changing to complex json structure
|
||||
f['json_content'] = {'name': 'Lily', 'age': '0', 'cars': {'car1': ['fiat tipo', 'fiat punto', 'davoser schlitten'], 'car2': 'bobbycar', 'car3': 'tesla'}}
|
||||
self.assertEqual(f['json_content'], {'name': 'Lily', 'age': '0', 'cars': {'car1': ['fiat tipo', 'fiat punto', 'davoser schlitten'], 'car2': 'bobbycar', 'car3': 'tesla'}})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user