Skip to content

Commit 4dae82b

Browse files
committed
Fix test
1 parent 3b7538d commit 4dae82b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

IPython/terminal/tests/test_shortcuts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def test_llm_autosuggestion():
5555
provider = NavigableAutoSuggestFromHistory()
5656
ip = get_ipython()
5757
ip.auto_suggest = provider
58-
ip.llm_provider_class = "tests.fake_llm.FibonacciCompletionProvider"
58+
ip.llm_provider_class = "terminal.tests.fake_llm.FibonacciCompletionProvider"
5959
text = "def fib"
6060
event = make_event(text, len(text), "")
6161
event.current_buffer.history.shell.history_manager.get_range = Mock(return_value=[])

0 commit comments

Comments
 (0)