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 bb63c35 commit 2c37f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/ingestion/IngestionReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('ingestion reader tests with mock', function fD() {
next => {
this.m.insertOne(dummySSHKey);
// eslint-disable-next-line no-console
console.log('inserting dummy ssh key',dummySSHKey);
console.log('inserting dummy ssh key', dummySSHKey);
return next();
},
next => {
Expand Down

0 comments on commit 2c37f22

Please sign in to comment.