mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
refactor(server): move bin content parser to doc reader (#10302)
This commit is contained in:
@@ -187,7 +187,7 @@ test('should generate request id for event', async t => {
|
||||
|
||||
await eventbus.emitAsync('__test__.requestId', {});
|
||||
|
||||
t.true(listeners.onRequestId.lastCall.returnValue.includes(':event/'));
|
||||
t.true(listeners.onRequestId.lastCall.returnValue.includes(':event:'));
|
||||
});
|
||||
|
||||
test('should continuously use the same request id', async t => {
|
||||
|
||||
Reference in New Issue
Block a user