Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
okuvshynov committed Aug 20, 2024
1 parent 5a9b2de commit 7591e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubestat/tests/test_prepare_cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestPrepareCells(unittest.TestCase):
@patch('curses.init_pair')
def test_prepare_cells(self, mock_init_pair):
cells = prepare_cells()
self.assertEqual(len(cells['green']), 27)
self.assertEqual(len(cells['green']), 25)
self.assertEqual(mock_init_pair.call_count, 18)


Expand Down

0 comments on commit 7591e54

Please sign in to comment.