Skip to content

Commit

Permalink
Remove unnecessary fixture helper
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Oct 24, 2024
1 parent 8511d54 commit cf4e6a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-e2e/project-crud.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ function getUpdateFixture(value) {
...value,
label: randomBytes(10).toString('hex'),
}
case 'remoteDetectionAlert':
return { ...value }
case 'track':
return {
...value,
Expand Down

0 comments on commit cf4e6a3

Please sign in to comment.