refactor(server): rename tx to db (#9867)

This commit is contained in:
fengmk2
2025-01-23 07:52:45 +00:00
parent 6ac6a8d6d6
commit 2088b760bf
7 changed files with 32 additions and 34 deletions

View File

@@ -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,
})
);
});