Skip to content

Commit

Permalink
fix: test again
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Dec 1, 2023
1 parent 3bc6aec commit b74e225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('auth.email', async () => {
// Assert
expect(spy).toHaveBeenCalledWith({
body: expect.stringContaining('Your OTP is'),
recipient: expectedReturn,
recipient: expectedReturn.email,
subject: expect.stringContaining('Sign in to'),
})
expect(result).toEqual(expectedReturn)
Expand Down

0 comments on commit b74e225

Please sign in to comment.