Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Fennne committed Dec 9, 2024
1 parent ef3f404 commit 92e41ca
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/public/runs/detail.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,15 +576,6 @@ module.exports = () => {
name: 'John Doe',
},
};

/*
* UpdateTagDto.session = {
* personid: 1,
* id: 1,
* name: 'John Doe',
* };
*/

await new UpdateTagUseCase()
.execute(updateTagDto);

Expand Down

0 comments on commit 92e41ca

Please sign in to comment.