Skip to content
Snippets Groups Projects
Commit e6ff7140 authored by Xavier Claessens's avatar Xavier Claessens Committed by Sjoerd Simons
Browse files

tracker: fix small typo

Reviewers: smcv, pwith

Differential Revision: https://phabricator.apertis.org/D396
parent 5e13cce5
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class TrackerTest(unittest.TestCase):
uri = 'file://%s/%s' % (self.homedir, filename)
self.indexer.assert_not_indexed(uri)
def tracker_inital_tests(self):
def tracker_initial_tests(self):
playable_query = '?urn bosch:playable true . '
album_query = ('?urn nmm:musicAlbum ?album . '
'?album nmm:albumTitle "GNOME Audio" . ')
......@@ -176,7 +176,7 @@ class TrackerTest(unittest.TestCase):
self.tracker_config_tests()
self.tracker_journal_tests()
self.indexer.start()
self.tracker_inital_tests()
self.tracker_initial_tests()
self.tracker_update_tests()
self.tracker_grilo_tests()
self.thumbnail_tests()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment