Skip to content

Commit

Permalink
extra assert
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini committed Dec 8, 2023
1 parent 26ab110 commit bb6d98b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def test_menu_choice_fruits(self, mock_input):
"2. Emotions",
"You selected the Fruits expo.",
]
assert len(output_lines) == 6
self.assertEqual(expected_output, output_lines)

@patch("builtins.input", side_effect=["2"])
Expand Down

0 comments on commit bb6d98b

Please sign in to comment.