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

chore(test): fix test

This commit is contained in:
Krishna Acondy
2021-07-22 09:31:32 +01:00
parent 0bb42c5e3c
commit e3f189eed4

View File

@@ -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')
)
})