mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-05 03:30:05 +00:00
chore(test): fix test
This commit is contained in:
@@ -111,7 +111,7 @@ describe('pollJobState', () => {
|
|||||||
|
|
||||||
expect(fileModule.createWriteStream).not.toHaveBeenCalledWith(__dirname)
|
expect(fileModule.createWriteStream).not.toHaveBeenCalledWith(__dirname)
|
||||||
expect(fileModule.createWriteStream).toHaveBeenCalledWith(
|
expect(fileModule.createWriteStream).toHaveBeenCalledWith(
|
||||||
expect.stringContaining(__dirname + '/20')
|
expect.stringContaining(__dirname + '/test job-20')
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user