File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/mongodb-memory-server-core/src/util Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
284284 * Get the version string for Red Hat Enterprise Linux
285285 * @param os LinuxOS Object
286286 */
287- // TODO: add tests for RHEL
287+ // TODO: add tests for getRhelVersionString
288288 getRhelVersionString ( os : LinuxOS ) : string {
289289 let name = 'rhel' ;
290290 const { release } = os ;
@@ -338,6 +338,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
338338 * Get the version string for Suse / OpenSuse
339339 * @param os LinuxOS Object
340340 */
341+ // TODO: add tests for getSuseVersionString
341342 getSuseVersionString ( os : LinuxOS ) : string {
342343 const releaseMatch : RegExpMatchArray | null = os . release . match ( / ( ^ 1 1 | ^ 1 2 | ^ 1 5 ) / ) ;
343344
You can’t perform that action at this time.
0 commit comments