mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
improved gpg test preciseness
This commit is contained in:
parent
4eb5c87b70
commit
254f00368c
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ describe('auth tests', () => {
|
|||
|
||||
expect(exec.exec).not.toHaveBeenCalledWith(
|
||||
'gpg',
|
||||
['--import', '--batch', privateKeyFile],
|
||||
{cwd: privateKeyDir}
|
||||
expect.anything(),
|
||||
expect.anything()
|
||||
);
|
||||
|
||||
expect(fs.existsSync(privateKeyDir)).toBe(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue