fixed replicator for oracle

This commit is contained in:
Jan Prochazka
2025-04-23 15:54:02 +02:00
parent ebcf88070c
commit 5278861ccd
3 changed files with 5 additions and 3 deletions

View File

@@ -300,6 +300,7 @@ describe('Data replicator', () => {
DB1.role_permissions.splice(1, 1);
await dataReplicator(createDuplConfig(DB1));
expect(await queryValue(`select count(*) as ~val from ~role_permissions`)).toEqual('2');
})
}),
15 * 1000
);
});