mirror of
https://github.com/actions/setup-java.git
synced 2026-07-08 22:31:49 +00:00
Fix gpg test formatting
This commit is contained in:
parent
2c98690265
commit
165ecdd7ee
@ -50,9 +50,9 @@ describe('gpg tests', () => {
|
|||||||
expect(gpg.toGpgPath('D:\\a\\_temp\\gpg-home')).toBe(
|
expect(gpg.toGpgPath('D:\\a\\_temp\\gpg-home')).toBe(
|
||||||
'/d/a/_temp/gpg-home'
|
'/d/a/_temp/gpg-home'
|
||||||
);
|
);
|
||||||
expect(gpg.toGpgPath('C:\\Users\\runner\\AppData\\Local\\Temp\\key.asc')).toBe(
|
expect(
|
||||||
'/c/Users/runner/AppData/Local/Temp/key.asc'
|
gpg.toGpgPath('C:\\Users\\runner\\AppData\\Local\\Temp\\key.asc')
|
||||||
);
|
).toBe('/c/Users/runner/AppData/Local/Temp/key.asc');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('handles uppercase and lowercase drive letters on Windows', () => {
|
it('handles uppercase and lowercase drive letters on Windows', () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user