Skip to content

Commit

Permalink
Merge branch 'main' into whitesource-remediate/major-guava-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
owaiskazi19 authored Jan 12, 2024
2 parents a0d8a13 + d7fb058 commit e8bedec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void testSystemIndexExtension() {
void testIngestExtension() {
IngestExtension ingestExtension = new IngestExtension() {
};
Processor.Parameters parameters = new Processor.Parameters(null, null, null, null, null, null, null, null, null);
Processor.Parameters parameters = new Processor.Parameters(null, null, null, null, null, null, null, null, null, null);
assertTrue(ingestExtension.getProcessors(parameters).isEmpty());
}

Expand Down

0 comments on commit e8bedec

Please sign in to comment.