Skip to content

Commit

Permalink
#8 - Made changes according to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikpyt committed Oct 3, 2023
1 parent 3a29c78 commit c995674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/item/sharing/__test__/add.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('POST /api/sharing', () => {
});
});

it('should return status 200 and return a new clientToken', async () => {
it('should return status 200 and return the created sharing', async () => {
const { accessToken } = await authService.createTokens(user.id);

const item = await itemService.createItem({
Expand Down

0 comments on commit c995674

Please sign in to comment.