Skip to content

Commit

Permalink
Test clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Aug 29, 2024
1 parent d3ee91c commit 6a34674
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/lib/layer/featureFormats.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export async function featureFormatsTest() {
format: 'wkt',
params: {
fields: [
size
'size'
]
},
style: {
Expand Down
1 change: 0 additions & 1 deletion tests/mod/user/update.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a34674

Please sign in to comment.