Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 10, 2024
1 parent 2c37f22 commit 6882652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/ingestion/IngestionReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ describe('ingestion reader tests with mock', function fD() {
async.waterfall([
next => {
const client = new MongoClient(mongoUrl);
client.connect().then(client => {
this.client = client;
client.connect().then(cl => {
this.client = cl;
this.db = this.client.db('metadata', {
ignoreUndefined: true,
});
Expand Down

0 comments on commit 6882652

Please sign in to comment.