test(desktop): rename panes test to describe its behavior

when the desktop app was first build, this was intentionally meant to
not save, but later it was added as a feature, and the test never
updated.
This commit is contained in:
ethernet 2026-07-08 19:23:16 -04:00
parent 1c557bb98a
commit 3c408684ea

View file

@ -97,7 +97,7 @@ describe('panes store', () => {
expect(getPaneStateSnapshot('files')?.widthOverride).toBeUndefined()
})
it('width override is in-memory only — not persisted across reloads', () => {
it('width override is NOT in-memory only, and is persisted across reloads', () => {
ensurePaneRegistered('files', { open: true })
setPaneWidthOverride('files', 300)