@@ -1928,7 +1928,7 @@ describe('MongoBinaryDownloadUrl', () => {
19281928 } ) ;
19291929
19301930 describe ( 'for win32 & windows' , ( ) => {
1931- it ( '3.6 (win32)' , async ( ) => {
1931+ it ( 'windows (x86_64) & 3.6 (using win32)' , async ( ) => {
19321932 const du = new MongoBinaryDownloadUrl ( {
19331933 platform : 'win32' ,
19341934 arch : 'x64' ,
@@ -1939,7 +1939,7 @@ describe('MongoBinaryDownloadUrl', () => {
19391939 ) ;
19401940 } ) ;
19411941
1942- it ( '4.0.14 (win32)' , async ( ) => {
1942+ it ( 'windows (x86_64) & 4.0.14 (using win32)' , async ( ) => {
19431943 const du = new MongoBinaryDownloadUrl ( {
19441944 platform : 'win32' ,
19451945 arch : 'x64' ,
@@ -1950,7 +1950,7 @@ describe('MongoBinaryDownloadUrl', () => {
19501950 ) ;
19511951 } ) ;
19521952
1953- it ( '4.2 ( win32)' , async ( ) => {
1953+ it ( 'windows (x86_64) & 4.2.0 (using win32)' , async ( ) => {
19541954 const du = new MongoBinaryDownloadUrl ( {
19551955 platform : 'win32' ,
19561956 arch : 'x64' ,
@@ -1961,7 +1961,7 @@ describe('MongoBinaryDownloadUrl', () => {
19611961 ) ;
19621962 } ) ;
19631963
1964- it ( '4.4 ( windows)' , async ( ) => {
1964+ it ( 'windows (x86_64) & 4.4.0 (using windows)' , async ( ) => {
19651965 const du = new MongoBinaryDownloadUrl ( {
19661966 platform : 'win32' ,
19671967 arch : 'x64' ,
@@ -1972,7 +1972,7 @@ describe('MongoBinaryDownloadUrl', () => {
19721972 ) ;
19731973 } ) ;
19741974
1975- it ( '7.0.14 (windows)' , async ( ) => {
1975+ it ( 'windows (x86_64) & 7.0.14 (using windows)' , async ( ) => {
19761976 const du = new MongoBinaryDownloadUrl ( {
19771977 platform : 'win32' ,
19781978 arch : 'x64' ,
@@ -1983,7 +1983,7 @@ describe('MongoBinaryDownloadUrl', () => {
19831983 ) ;
19841984 } ) ;
19851985
1986- it ( 'latest (windows)' , async ( ) => {
1986+ it ( 'windows (x86_64) & latest (using windows)' , async ( ) => {
19871987 const du = new MongoBinaryDownloadUrl ( {
19881988 platform : 'win32' ,
19891989 arch : 'x64' ,
0 commit comments