Xunit assertion fails because of the number of decimals. how to filx this?
Xunit assertion fails because of the number of decimals. how to filx this?
we are comparing a calculated value against the DB value. The calculated value has more than 2 decimal and its not matching with DB
***Assertion failed: 1.7994 equals 1.794
1.7994 is calculated value and 1.794 is in DB