Remove reference to undefined function
This commit is contained in:
@@ -71,7 +71,6 @@ describe('snapshot-generator', () => {
|
|||||||
|
|
||||||
it('should use correlator from snapshotConfig if it exists', async() => {
|
it('should use correlator from snapshotConfig if it exists', async() => {
|
||||||
const projectDir = getMavenProjectDirectory('simple');
|
const projectDir = getMavenProjectDirectory('simple');
|
||||||
const mavenSettingsFile = getMavenSettingsFile();
|
|
||||||
const snapshotConfig = {
|
const snapshotConfig = {
|
||||||
correlator: 'configCorrelator',
|
correlator: 'configCorrelator',
|
||||||
job: {
|
job: {
|
||||||
|
|||||||
Reference in New Issue
Block a user