mirror of
https://github.com/stablyai/orca.git
synced 2026-09-26 16:02:43 +00:00
test(relay): allow additive filesystem capabilities
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user