From e7ddc67bd1872f853067939bbc5717ed163a31ad Mon Sep 17 00:00:00 2001 From: mahabaleshwars <147705296+mahabaleshwars@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:54:39 +0530 Subject: [PATCH] fix lint issue --- __tests__/utils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/utils.test.ts b/__tests__/utils.test.ts index b102579c..6c0f0e13 100644 --- a/__tests__/utils.test.ts +++ b/__tests__/utils.test.ts @@ -196,7 +196,7 @@ describe('Version from file test', () => { ); it.each([getVersionInputFromToolVersions])( - 'Version from .tool-versions with alpha Releases ', + 'Version from .tool-versions with alpha Releases', async _fn => { const toolVersionFileName = '.tool-versions'; const toolVersionFilePath = path.join(tempDir, toolVersionFileName);