File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Orm/Xtensive.Orm.Tests/Issues/AggregatesRelatedIssues/IssueJira0786 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1051,11 +1051,11 @@ public void NullableFloatFieldExpressionTest06() =>
10511051
10521052 [ Test ]
10531053 public void NullableDoubleFieldExpressionTest01 ( ) =>
1054- TestMax ( i => i . NullableDoubleValue1 * i . NullableDoubleValue1 ) ;
1054+ TestMaxWithAccuracy ( i => i . NullableDoubleValue1 * i . NullableDoubleValue1 , DoubleValueAccuracy ) ;
10551055
10561056 [ Test ]
10571057 public void NullableDoubleFieldExpressionTest02 ( ) =>
1058- TestMax ( i => ( decimal ? ) i . NullableDoubleValue1 * i . NullableDecimalValue ) ;
1058+ TestMaxWithAccuracy ( i => ( decimal ? ) i . NullableDoubleValue1 * i . NullableDecimalValue , DoubleValueAccuracy ) ;
10591059
10601060 [ Test ]
10611061 public void NullableDecimalFieldExpressionTest ( ) =>
You can’t perform that action at this time.
0 commit comments