Tighten test cases and examples

This commit is contained in:
Sharad Chandran R 2024-07-15 12:14:40 +05:30
parent 5848805638
commit 0fac480841
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ describe('286. listIndexes.js', function() {
// or version 21.3 (or higher) is needed
runnable = runnable && (testsUtil.getClientVersion >= 1913000000 ||
(testsUtil.getClientVersion >= 2100000000 && testsUtil.getClientVersion >= 2103000000));
if (!oracledb.thin) {
if (!oracledb.thin && testsUtil.getClientVersion >= 1803000000) {
await sodaUtil.cleanup();
}
if (!runnable) {