Skip to content

Commit

Permalink
Update api/src/services/users/users.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-adams authored Aug 29, 2024
1 parent 6c3ad45 commit 35815f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/services/users/users.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ describe('user writes', () => {
}))

Check notice

Code scanning / CodeQL

Syntax error Note

Error: ';' expected.
expect(mockPassageUser.delete).toHaveBeenCalledWith(scenario.user.one.passageId)

expect(mockPassageUser.delete).toHaveBeenCalledWith(original.passageId)
})
})
})
Expand Down

0 comments on commit 35815f5

Please sign in to comment.