Skip to content
Snippets Groups Projects
Commit 6d8d7c39 authored by Nick Draper's avatar Nick Draper
Browse files

fix a conflict resolution mistake I made

parent 8e63c6aa
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ class AsyncTaskTest(unittest.TestCase):
self.assertEqual(2, len(recv.task_exc_stack))
# line number of self.target in asynchronous.py
self.assertEqual(68, recv.task_exc_stack[0][1])
self.assertEqual(65, recv.task_exc_stack[0][1])
# line number of raise statement above
self.assertEqual(93, recv.task_exc_stack[1][1])
......
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