Skip to content

Commit

Permalink
Update main.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Nov 17, 2021
1 parent 93b4fb7 commit 8e3a3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Expand Up @@ -49,7 +49,7 @@ describe('main', () => {
debug: true
})
await run(action)
expect(execute).toBeCalledTimes(14)
expect(execute).toBeCalledTimes(15)
expect(rmRF).toBeCalledTimes(1)
expect(exportVariable).toBeCalledTimes(1)
})
Expand Down

0 comments on commit 8e3a3e7

Please sign in to comment.