1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-08 20:38:19 +02:00

fix lint issue

This commit is contained in:
mahabaleshwars 2025-03-13 13:54:39 +05:30
parent bf5c8eb641
commit e7ddc67bd1

View file

@ -196,7 +196,7 @@ describe('Version from file test', () => {
); );
it.each([getVersionInputFromToolVersions])( it.each([getVersionInputFromToolVersions])(
'Version from .tool-versions with alpha Releases ', 'Version from .tool-versions with alpha Releases',
async _fn => { async _fn => {
const toolVersionFileName = '.tool-versions'; const toolVersionFileName = '.tool-versions';
const toolVersionFilePath = path.join(tempDir, toolVersionFileName); const toolVersionFilePath = path.join(tempDir, toolVersionFileName);