test(relay): allow additive filesystem capabilities

This commit is contained in:
m4air
2026-09-13 00:47:14 -07:00
parent 937c490725
commit f4da2d8c63
@@ -149,7 +149,7 @@ describe('fs.getCapabilities', () => {
// is additive. Dropping the pre-existing key would strand an older desktop's
// quick-open probe on a host that still serves it.
it('advertises ranged reads without dropping the existing capability', async () => {
await expect(underTest.call('fs.getCapabilities', {})).resolves.toEqual({
await expect(underTest.call('fs.getCapabilities', {})).resolves.toMatchObject({
quickOpenSearchVersion: 1,
rangedReadVersion: 1
})