Skip to content

Commit

Permalink
Merge pull request #89 from david-wiggs/hotfix/fix-test
Browse files Browse the repository at this point in the history
Remove reference to undefined function
  • Loading branch information
hmaurer authored Aug 7, 2024
2 parents 4b85c77 + 33e1d3d commit 4883574
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/snapshot-generator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ describe('snapshot-generator', () => {

it('should use correlator from snapshotConfig if it exists', async() => {
const projectDir = getMavenProjectDirectory('simple');
const mavenSettingsFile = getMavenSettingsFile();
const snapshotConfig = {
correlator: 'configCorrelator',
job: {
Expand Down

0 comments on commit 4883574

Please sign in to comment.