Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed Nov 20, 2022
1 parent 612f32a commit 76bfd79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __test__/configure.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ describe('Configure', () => {

await configure()

expect(core.info).toBeCalledWith(expect.not.stringContaining('secretpassword'))
expect(core.info).toBeCalledWith(
expect.not.stringContaining('secretpassword')
)
})
})

0 comments on commit 76bfd79

Please sign in to comment.