mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(core): Fix truncate table names (#18867)
This commit is contained in:
committed by
GitHub
parent
0c803a63e4
commit
215d5a1eca
@@ -13,7 +13,7 @@ beforeAll(async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await testDb.truncate(['DataStore', 'DataStoreColumn']);
|
await testDb.truncate(['DataTable', 'DataTableColumn']);
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(async () => {
|
afterAll(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user