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 { LinuxOS , OtherOS } from '../getos' ;
88import { NoRegexMatchError , NoSystemBinaryFoundError , ParseArchiveRegexError } from '../errors' ;
@@ -429,7 +429,7 @@ describe('DryBinary', () => {
429429
430430 expect ( output ) . toStrictEqual (
431431 expect . objectContaining ( {
432- version : '4.0.25' ,
432+ version : DEFAULT_VERSION ,
433433 systemBinary : '' ,
434434 os : osmock ,
435435 downloadDir : path . dirname ( mockBinary ) ,
You can’t perform that action at this time.
0 commit comments