Skip to content

Commit 1d4ff69

Browse files
committed
Fix unit test
1 parent a600b51 commit 1d4ff69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_qgsprojectmetadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def testProject(self):
340340

341341
p.clear()
342342
self.assertEqual(len(metadata_changed_spy), 2)
343-
self.assertEqual(p.metadata().author(), '')
343+
self.assertEqual(p.metadata().title(), '')
344344

345345
# test that the project title is just a shortcut to the metadata title field
346346
p.setTitle('my title')

0 commit comments

Comments
 (0)