Skip to content

Commit b20a234

Browse files
committed
Minor update for sessionless test
1 parent c3ac968 commit b20a234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sessionless.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ describe('316. sessionless.js', function() {
5555
};
5656

5757
before(async function() {
58-
conn = await oracledb.getConnection(dbConfig);
59-
if (testsUtil.getClientVersion() < 2300000000) {
58+
if (!(await testsUtil.checkPrerequisites(2306000000, 2306000000))) {
6059
this.skip();
6160
}
61+
conn = await oracledb.getConnection(dbConfig);
6262
});
6363

6464
beforeEach(async function() {

0 commit comments

Comments
 (0)