Skip to content

Commit

Permalink
chore: correcting email property in test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Sankeerth committed Apr 22, 2024
1 parent 979b6db commit 6ad018f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('handleCommonFields', () => {
inputEvent,
hashMethod: 'random',
expected: [{
email: 'a@gmail.com',
email: 'abc@gmail.com',
hash_method: 'random',
event: 'setEmail'
}]
Expand Down

0 comments on commit 6ad018f

Please sign in to comment.