mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(core): Move first batch of repositories to @n8n/db (#15130)
This commit is contained in:
@@ -28,7 +28,7 @@ const saveExecution = async ({ belongingTo }: { belongingTo: User }) => {
|
||||
};
|
||||
|
||||
beforeEach(async () => {
|
||||
await testDb.truncate(['Execution', 'Workflow', 'SharedWorkflow']);
|
||||
await testDb.truncate(['ExecutionEntity', 'WorkflowEntity', 'SharedWorkflow']);
|
||||
testServer.license.reset();
|
||||
owner = await createOwner();
|
||||
member = await createMember();
|
||||
|
||||
Reference in New Issue
Block a user