Fix gpg test formatting

This commit is contained in:
copilot-swe-agent[bot] 2026-06-25 18:34:18 +00:00 committed by GitHub
parent 2c98690265
commit 165ecdd7ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,9 +50,9 @@ describe('gpg tests', () => {
expect(gpg.toGpgPath('D:\\a\\_temp\\gpg-home')).toBe(
'/d/a/_temp/gpg-home'
);
expect(gpg.toGpgPath('C:\\Users\\runner\\AppData\\Local\\Temp\\key.asc')).toBe(
'/c/Users/runner/AppData/Local/Temp/key.asc'
);
expect(
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', () => {