Skip to content
Snippets Groups Projects
Commit 2c911d75 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Fix comment typo

parent c818fcab
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ class EventPushActionsStoreTestCase(tests.unittest.TestCase):
self.assertEqual(r, 3,
"First event after 110ms should be 3, was %i" % r)
# 4 and 5 are both after 12: we want 4 rather than 5
# 4 and 5 are both after 120: we want 4 rather than 5
r = yield self.store.find_first_stream_ordering_after_ts(120)
self.assertEqual(r, 4,
"First event after 120ms should be 4, was %i" % r)
......
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