Skip to content

Commit 0676471

Browse files
author
rakeshv
committed
update test_debug_mode
1 parent d22553c commit 0676471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def test_playback_settings(config, want):
6262
@pytest.mark.parametrize(
6363
"config, want",
6464
[
65+
({}, {"llm": False}),
6566
({"llm": False}, {"llm": False}),
6667
({"llm": True}, {"llm": True}),
6768
],

0 commit comments

Comments
 (0)