insomnia
insomnia copied to clipboard
Fix for Infinity issue while generating the test case
Fix for Infinity issue while generating the test case. When value is empty, Math.max() is called with empty value which gives results in -Infinity.
Closes #6848
Thanks for the PR + @ihexxa to review.