Skip to content

Commit 2793375

Browse files
committed
test(MongoBinaryDownloadUrl): fix some missing new lines (style)
1 parent a00d442 commit 2793375

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ describe('MongoBinaryDownloadUrl', () => {
675675
})
676676
).toBe('ubuntu1204');
677677
});
678+
678679
it('should return a archive name for Ubuntu 18.04', () => {
679680
const oldMongoVersion = downloadUrl.version;
680681
downloadUrl.version = '3.6.3';
@@ -695,6 +696,7 @@ describe('MongoBinaryDownloadUrl', () => {
695696
).toBe('ubuntu1804');
696697
downloadUrl.version = oldMongoVersion;
697698
});
699+
698700
it('should return a archive name for Ubuntu 20.04', () => {
699701
const oldMongoVersion = downloadUrl.version;
700702
downloadUrl.version = '3.6.3';

0 commit comments

Comments
 (0)