mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
refactor(server): move bin content parser to doc reader (#10302)
This commit is contained in:
@@ -226,7 +226,7 @@ test('should generate request id', async t => {
|
||||
|
||||
await executor.run('nightly.__test__requestId', {});
|
||||
|
||||
t.true(spy.returnValues.some(v => v.includes(':job/')));
|
||||
t.true(spy.returnValues.some(v => v.includes(':job:')));
|
||||
|
||||
spy.restore();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user