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

tracker: remove typo from previous patch

parent 37593403
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ class TrackerTest(unittest.TestCase): ...@@ -148,7 +148,7 @@ class TrackerTest(unittest.TestCase):
self.loop.run() self.loop.run()
context = self.loop.get_context() context = self.loop.get_context()
while len(self.tumbler_queue) >= 0: while len(self.tumbler_queue) > 0:
context.iteration(False) context.iteration(False)
self.assert_has_thumbnail('Documents/lorem_presentation.odp') self.assert_has_thumbnail('Documents/lorem_presentation.odp')
......
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