Skip to content

Commit f33f6dc

Browse files
committed
test(MongoBinaryDownloadUrl): update ol test names
1 parent 794f91f commit f33f6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mongodb-memory-server-core/src/util/__tests__/MongoBinaryDownloadUrl.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ describe('MongoBinaryDownloadUrl', () => {
18581858
});
18591859

18601860
describe('Oracle Linux', () => {
1861-
it('ol 8.7 & 5.0.0 x86_64', async () => {
1861+
it('ol 8.7 (x86_64) & 5.0.0 (using rhel80)', async () => {
18621862
const du = new MongoBinaryDownloadUrl({
18631863
platform: 'linux',
18641864
arch: 'x64',
@@ -1875,7 +1875,7 @@ describe('MongoBinaryDownloadUrl', () => {
18751875
);
18761876
});
18771877

1878-
it('ol 8.7 & 4.4.17 x86_64', async () => {
1878+
it('ol 8.7 (x86_64) & 4.4.17 (using rhel80)', async () => {
18791879
const du = new MongoBinaryDownloadUrl({
18801880
platform: 'linux',
18811881
arch: 'x64',

0 commit comments

Comments
 (0)