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); });