From cb1d865a9ab00d74ccb84001c8effc1c3c82075a Mon Sep 17 00:00:00 2001 From: Rasmus Gustafsson Date: Thu, 21 Dec 2023 21:35:05 +0200 Subject: [PATCH] test: correct type test name --- test/types.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/types.test.ts b/test/types.test.ts index 1cfd610..1c6e6f2 100644 --- a/test/types.test.ts +++ b/test/types.test.ts @@ -92,7 +92,7 @@ describe('Params type tests', () => { }) }) - it('errors when adding', () => { + it('errors when adding without params', () => { const humanLog = mockHumanLogs({ events: ['project_create_failed'], explanations: ['api_unreachable']