Skip to content

Commit

Permalink
Rebase on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Jan 19, 2025
1 parent 1320730 commit c5dc882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_em.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ def test_search_multi_word(mock_print: MagicMock, mock_argparse: MagicMock) -> N

# Act
with pytest.raises(SystemExit) as e:
cli()
em_keyboard.cli()

# Assert
if copier:
if em_keyboard.copier:
mock_print.assert_called_once_with("Copied! 🎪 circus_tent")
else:
mock_print.assert_called_once_with("🎪 circus_tent")
Expand Down

0 comments on commit c5dc882

Please sign in to comment.