diff --git a/tests/lib/layer/featureFormats.test.mjs b/tests/lib/layer/featureFormats.test.mjs index 4ad227d2a9..e933092d69 100644 --- a/tests/lib/layer/featureFormats.test.mjs +++ b/tests/lib/layer/featureFormats.test.mjs @@ -10,7 +10,7 @@ export async function featureFormatsTest() { format: 'wkt', params: { fields: [ - size + 'size' ] }, style: { diff --git a/tests/mod/user/update.test.mjs b/tests/mod/user/update.test.mjs index 75de3a9498..9a37e12327 100644 --- a/tests/mod/user/update.test.mjs +++ b/tests/mod/user/update.test.mjs @@ -13,7 +13,6 @@ export async function updateTest() { if (mapp.user) { await codi.describe('User: update', async () => { - console.log(mapp); /** * ### update endpoint should be able to process a body * The user update endpoint should be able to take a body as the request.