Skip to content

Commit

Permalink
test(MongoBinaryDownloadUrl): fix some missing new lines (style)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Nov 30, 2021
1 parent a00d442 commit 2793375
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ describe('MongoBinaryDownloadUrl', () => {
})
).toBe('ubuntu1204');
});

it('should return a archive name for Ubuntu 18.04', () => {
const oldMongoVersion = downloadUrl.version;
downloadUrl.version = '3.6.3';
Expand All @@ -695,6 +696,7 @@ describe('MongoBinaryDownloadUrl', () => {
).toBe('ubuntu1804');
downloadUrl.version = oldMongoVersion;
});

it('should return a archive name for Ubuntu 20.04', () => {
const oldMongoVersion = downloadUrl.version;
downloadUrl.version = '3.6.3';
Expand Down

0 comments on commit 2793375

Please sign in to comment.