From 7af537f73d41032e91355245c87f61384c65ce36 Mon Sep 17 00:00:00 2001 From: Nerivec <62446222+Nerivec@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:30:16 +0100 Subject: [PATCH] fix --- tests/ghw_report_ota_pr.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ghw_report_ota_pr.test.ts b/tests/ghw_report_ota_pr.test.ts index ddb72b30..db4f9a2c 100644 --- a/tests/ghw_report_ota_pr.test.ts +++ b/tests/ghw_report_ota_pr.test.ts @@ -22,7 +22,7 @@ const github = { }, }; -describe('Github Workflow: Check OTA PR', () => { +describe('Github Workflow: Report OTA PR', () => { it('passes', async () => { console.log(github); });