Skip to content

Commit

Permalink
test: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
20chen-7 authored Jun 1, 2024
1 parent cbf0a6f commit 39c09f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/rolePresetRouter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ describe('rolePreset routes', () => {
_rolePreset.permissions = reqBody.permissions;
const rolePreset = await _rolePreset.save();
const fetchedPreset = await RolePreset.findById(rolePreset._id);

console.log(fetchedPreset);
const response = await agent
.put(`/api/rolePreset/${rolePreset._id}`)
.send(reqBody)
Expand Down

0 comments on commit 39c09f8

Please sign in to comment.