Skip to content

Commit

Permalink
keep positron_ipykernel_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Jan 22, 2025
1 parent b4fa6dd commit aa263f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def test_question_mark_help(shell: PositronShell, mock_help_service: Mock) -> No

shell.run_cell("?")

mock_help_service.show_help.assert_called_once_with("positron.utils.positron_usage")
mock_help_service.show_help.assert_called_once_with("positron.utils.positron_ipykernel_usage")


def test_console_warning(shell: PositronShell, warning_kwargs):
Expand Down

0 comments on commit aa263f5

Please sign in to comment.