Skip to content

Commit e12e0e5

Browse files
remove downloadBinaryOnce false for versions test
1 parent 95e4ead commit e12e0e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/versions.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ for (const version of versions) {
2525
dbName: 'testingdata',
2626
username: username,
2727
logLevel: 'LOG',
28-
initSQLString: 'CREATE DATABASE mytestdb;',
29-
downloadBinaryOnce: false
28+
initSQLString: 'CREATE DATABASE mytestdb;'
3029
}
3130

3231
if (process.env.useCIDBPath) {

0 commit comments

Comments
 (0)