We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e6917 commit 9c9fea2Copy full SHA for 9c9fea2
test/testsUtil.js
@@ -110,7 +110,7 @@ testsUtil.isSodaRunnable = async function() {
110
console.log('Error in checking SODA prerequistes:\n', error);
111
}
112
113
- if ( (clientVersion < 1805000000) || (serverVersion < 1805000000) ) return false;
+ if ( (clientVersion < 1905000000) || (serverVersion < 1805000000) ) return false;
114
115
if ( (serverVersion >= 2000000000) && (clientVersion < 2000000000) ) return false;
116
0 commit comments