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

correct call count in test

parent 83e43678
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class SampleLogsTest(unittest.TestCase):
self.view.reset_mock()
presenter.clicked()
self.assertEqual(self.view.get_selected_row_indexes.call_count, 2)
self.assertEqual(self.view.get_selected_row_indexes.call_count, 3)
# plot clicked
self.model.reset_mock()
......
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