Skip to content

Commit

Permalink
test(sharded): fixing sharded operation test
Browse files Browse the repository at this point in the history
Operation test was checking for existence of local collection,
which does not exist on mongos
  • Loading branch information
daprahamian authored and mbroadst committed Jan 14, 2019
1 parent c6a9baa commit 98f0c68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/operation_example_tests.js
Expand Up @@ -5129,9 +5129,6 @@ describe('Operation Examples', function() {
expect(dbs.databases).to.include.deep.members([
{
name: 'admin'
},
{
name: 'local'
}
]);

Expand Down

0 comments on commit 98f0c68

Please sign in to comment.