You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mongodb-memory-server-core/src/util/__tests__/__snapshots__/MongoBinaryDownloadUrl.test.ts.snap
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ exports[`MongoBinaryDownloadUrl getDownloadUrl() for linux for debian should thr
15
15
Mongodb does not provide binaries for versions before 4.2.1 for Debian 10+ and also cannot be mapped to a previous Debian release"
16
16
`;
17
17
18
-
exports[`MongoBinaryDownloadUrl getDownloadUrl() for linux for debian should throw a Error when the provided version could not be coerced [UnknownVersionError] 1`] =`"Could not corece VERSION to a semver version (version: \\"vvv\\")"`;
18
+
exports[`MongoBinaryDownloadUrl getDownloadUrl() for linux for debian should throw a Error when the provided version could not be coerced [UnknownVersionError] 1`] =`"Could not coerce VERSION to a semver version (version: \\"vvv\\")"`;
19
19
20
20
exports[`MongoBinaryDownloadUrl getDownloadUrl() for linux for rhel should Error when ARM64 and rhel below 8 [KnownVersionIncompatibilityError] 1`] =`
21
21
"Requested Version \\"4.4.2\\" is not available for \\"Rhel 7\\"! Available Versions: \\">=4.4.2\\"
@@ -27,9 +27,9 @@ exports[`MongoBinaryDownloadUrl getDownloadUrl() for linux for rhel should Error
27
27
ARM64(aarch64) support for rhel is only for rhel82 or higher"
28
28
`;
29
29
30
-
exports[`MongoBinaryDownloadUrl getDownloadUrl() for linux for rhel should throw a Error when the provided version could not be coerced [UnknownVersionError] 1`] =`"Could not corece VERSION to a semver version (version: \\"vvv\\")"`;
30
+
exports[`MongoBinaryDownloadUrl getDownloadUrl() for linux for rhel should throw a Error when the provided version could not be coerced [UnknownVersionError] 1`] =`"Could not coerce VERSION to a semver version (version: \\"vvv\\")"`;
31
31
32
-
exports[`MongoBinaryDownloadUrl getDownloadUrl() for linux for ubuntu should throw a Error when the provided version could not be coerced [UnknownVersionError] 1`] =`"Could not corece VERSION to a semver version (version: \\"vvv\\")"`;
32
+
exports[`MongoBinaryDownloadUrl getDownloadUrl() for linux for ubuntu should throw a Error when the provided version could not be coerced [UnknownVersionError] 1`] =`"Could not coerce VERSION to a semver version (version: \\"vvv\\")"`;
33
33
34
34
exports[`MongoBinaryDownloadUrl getDownloadUrl() should throw an error if platform is unknown (getArchiveName) 1`] =`"Unknown Platform: \\"unknown\\""`;
0 commit comments