Skip to content

Commit

Permalink
fixup: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Sep 21, 2021
1 parent 555b5d6 commit 064dab2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ describe('CliServiceProvider', () => {
db() {}
close() {}
topology: any;
get options(): any {
return {
metadata: { driver: { name: 'nodejs', version: '3.6.1' } },
hosts: ['localhost']
};
}
}

it('connects once when no AutoEncryption set', async() => {
Expand Down

0 comments on commit 064dab2

Please sign in to comment.