Skip to content

Commit

Permalink
Update src/snapshot-generator.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Rysavy <mitchell.rysavy@gmail.com>
  • Loading branch information
david-wiggs and mrysav authored Jul 29, 2024
1 parent 967455e commit 73d9d97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/snapshot-generator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ describe('snapshot-generator', () => {
const mavenSettingsFile = getMavenSettingsFile();
const snapshotConfig = {
correlator: 'configCorrelator',
job: {
correlator: 'jobCorrelator'
}
};
const snapshot = await generateSnapshot(projectDir, undefined, snapshotConfig);

Expand Down

0 comments on commit 73d9d97

Please sign in to comment.