These tests were using exact comparison on data that was going through lossy conversion steps. Adding casting or epsilon value fixes the issue.
These tests were using exact comparison on data that was going through lossy conversion steps. Adding casting or epsilon value fixes the issue.