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