Fix unit test

This commit is contained in:
Nyall Dawson 2018-03-20 13:54:40 +10:00
parent a600b51bad
commit 1d4ff69553

View File

@ -340,7 +340,7 @@ class TestQgsProjectMetadata(unittest.TestCase):
p.clear()
self.assertEqual(len(metadata_changed_spy), 2)
self.assertEqual(p.metadata().author(), '')
self.assertEqual(p.metadata().title(), '')
# test that the project title is just a shortcut to the metadata title field
p.setTitle('my title')