[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
00c4ef762e
commit
9bdee5c7f8
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue