From 8b61dfa36ada38c4c61db948b67bc29bb3da9a51 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Thu, 2 Feb 2023 20:32:26 -0600 Subject: [PATCH] fix: remove todos --- tests/OnspringClient.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/OnspringClient.spec.ts b/tests/OnspringClient.spec.ts index 183d2b8..12d2489 100644 --- a/tests/OnspringClient.spec.ts +++ b/tests/OnspringClient.spec.ts @@ -532,7 +532,6 @@ describe('OnspringClient', function () { ).to.be.a('promise'); }); - // TODO: complete wriiting tests for getAppsByIds method it('should return a promise that resolves to an api response of a collection of apps when request is successful', async function () { const client = new OnspringClient(baseUrl, apiKey);