Skip to content

Commit

Permalink
updated result data set exposed in email callback
Browse files Browse the repository at this point in the history
  • Loading branch information
v-i-s-h-n-u-ps committed Apr 20, 2024
1 parent 9cffc91 commit da5da52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe(`${ShareResultsModal.name} client`, () => {
expect(props.onEmailResults).toHaveBeenCalledWith({
email: 'hi@mail.com',
url: 'http://example.com',
results,
results: results!.response!.results,
})
);
});
Expand Down

0 comments on commit da5da52

Please sign in to comment.