Skip to content

Commit

Permalink
Remove useless note in test
Browse files Browse the repository at this point in the history
Issue: BB-602
  • Loading branch information
williamlardier committed Dec 4, 2024
1 parent c27f654 commit 6bdb210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/oplogPopulator/pipeline/PipelineFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('PipelineFactory', () => {
});
});

it('should return the list of buckets if the list is valid against the pipeline factory (wildcard)', async () => {
it('should return the list of buckets if the list is valid against the pipeline factory', async () => {
const config = {
pipeline: JSON.stringify([
{
Expand Down

0 comments on commit 6bdb210

Please sign in to comment.