Skip to content

Commit 5deaef7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a0c0321 commit 5deaef7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/studio/test_model_load_switching_contract.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ def test_superseded_replacement_keeps_the_working_model_config():
124124

125125
def test_throwing_callers_learn_when_their_selection_is_superseded():
126126
runtime = _read("features/chat/hooks/use-chat-model-runtime.ts")
127-
assert runtime.count(
128-
'throw new Error("Model selection was superseded by a newer choice.");'
129-
) >= 2
127+
assert (
128+
runtime.count('throw new Error("Model selection was superseded by a newer choice.");') >= 2
129+
)
130130

131131

132132
def test_shared_loading_pick_stays_visible_until_cancel_settles():

0 commit comments

Comments
 (0)