Skip to content

Commit cad54b8

Browse files
committed
Tolerence on floating point tests
1 parent 448b15a commit cad54b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CodingSeb.ExpressionEvaluator.Tests/ExpressionEvaluatorTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
namespace CodingSeb.ExpressionEvaluator.Tests
1111
{
1212
[TestFixture]
13+
[DefaultFloatingPointTolerance(0.00001)]
1314
public class ExpressionEvaluatorTests
1415
{
1516
#region Type testing

0 commit comments

Comments
 (0)