From ffcb03c8cf39ea7489d53fc80e67689c318bfbed Mon Sep 17 00:00:00 2001 From: Petri Autero Date: Sun, 18 Feb 2024 15:09:36 +0200 Subject: [PATCH] fix: fix formatting (#348) --- __tests__/get-inputs-and-outputs.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/get-inputs-and-outputs.test.ts b/__tests__/get-inputs-and-outputs.test.ts index 1e6770e..2099f70 100644 --- a/__tests__/get-inputs-and-outputs.test.ts +++ b/__tests__/get-inputs-and-outputs.test.ts @@ -51,7 +51,6 @@ describe('getInputs()', () => { expect(inputs.TerragruntVersion).toMatch(''); }); - test('get spec input prefixes with v', () => { process.env['INPUT_TERRAGRUNT-VERSION'] = '0.21.13';