mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
refactor(server): rename tx to db (#9867)
This commit is contained in:
@@ -326,7 +326,7 @@ test('should grant member with read permission and Pending status by default', a
|
||||
t.true(
|
||||
updatedSpy.calledOnceWith({
|
||||
workspaceId: workspace.id,
|
||||
count: 1,
|
||||
count: 2,
|
||||
})
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user