1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore(test): fix assertion

This commit is contained in:
Krishna Acondy
2021-07-24 10:27:31 +01:00
parent 626fc2e15f
commit eac9da22bf

View File

@@ -27,7 +27,7 @@ describe('getFileStream', () => {
expect(createWriteStream).not.toHaveBeenCalledWith(__dirname)
expect(createWriteStream).toHaveBeenCalledWith(
expect.stringContaining(path.join(__dirname, '/test job-20'))
expect.stringContaining(path.join(__dirname, 'test job-20'))
)
})
})