fix: remove todos

This commit is contained in:
StevanFreeborn
2023-02-02 20:32:26 -06:00
parent a38a6240bd
commit 8b61dfa36a
-1
View File
@@ -532,7 +532,6 @@ describe('OnspringClient', function () {
).to.be.a('promise'); ).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 () { 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); const client = new OnspringClient(baseUrl, apiKey);