From 9bdee5c7f8152af210fbc305c0060bd191aa7e96 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 04:01:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/studio/test_model_picker_contracts.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/studio/test_model_picker_contracts.py b/tests/studio/test_model_picker_contracts.py index ca115620b8..da475f00f8 100644 --- a/tests/studio/test_model_picker_contracts.py +++ b/tests/studio/test_model_picker_contracts.py @@ -183,10 +183,7 @@ def test_gpu_pick_carries_index_kind_stamp(): # The live picker stamps the current kind onto the store companion field. store = _read("features/chat/stores/chat-runtime-store.ts") assert "selectedGpuIdsKind: GpuIndexKind | null" in store - assert ( - "selectedGpuIdsKind: selectedGpuIds == null ? null : currentGpuIndexKind()" - in store - ) + assert "selectedGpuIdsKind: selectedGpuIds == null ? null : currentGpuIndexKind()" in store # reconcile drops a pick only when its stamped kind differs from the current. assert "savedKind != null && current != null && savedKind !== current" in store