File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/mongodb-memory-server-core/src/util/__tests__ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as binary from '../DryMongoBinary';
22import * as path from 'path' ;
33import * as tmp from 'tmp' ;
44import { constants , promises as fspromises } from 'fs' ;
5- import { envName , ResolveConfigVariables } from '../resolveConfig' ;
5+ import { DEFAULT_VERSION , envName , ResolveConfigVariables } from '../resolveConfig' ;
66import * as utils from '../utils' ;
77import mkdirp from 'mkdirp' ;
88import { LinuxOS , OtherOS } from '../getos' ;
@@ -428,7 +428,7 @@ describe('DryBinary', () => {
428428
429429 expect ( output ) . toStrictEqual (
430430 expect . objectContaining ( {
431- version : '4.0.25' ,
431+ version : DEFAULT_VERSION ,
432432 systemBinary : '' ,
433433 os : osmock ,
434434 downloadDir : path . dirname ( mockBinary ) ,
You can’t perform that action at this time.
0 commit comments