Skip to content

Commit

Permalink
test: remove assertion that mongodb-core exists in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Feb 5, 2020
1 parent a89d491 commit 79f4c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/core/client_metadata.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ describe('Client metadata tests', function() {
_server.once('connect', function(server) {
server.connectedProxies.forEach(function(x) {
expect(x.clientMetadata.application.name).to.equal('My application name');
expect(x.clientMetadata.platform.split('mongodb-core').length).to.equal(2);
});

server.destroy(done);
Expand Down

0 comments on commit 79f4c65

Please sign in to comment.