diff --git a/src/api/viya/spec/pollJobState.spec.ts b/src/api/viya/spec/pollJobState.spec.ts index 7c82d06..7855f57 100644 --- a/src/api/viya/spec/pollJobState.spec.ts +++ b/src/api/viya/spec/pollJobState.spec.ts @@ -111,7 +111,7 @@ describe('pollJobState', () => { expect(fileModule.createWriteStream).not.toHaveBeenCalledWith(__dirname) expect(fileModule.createWriteStream).toHaveBeenCalledWith( - expect.stringContaining(__dirname + '/20') + expect.stringContaining(__dirname + '/test job-20') ) })