Skip to content

Commit c3fb7a5

Browse files
committed
Fixed conversion factor to eliminate truncation error.
1 parent 82b3556 commit c3fb7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitsNet.Tests/CustomCode/LengthTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class LengthTests : LengthTestsBase
3333

3434
protected override double FeetInOneMeter => 3.28084;
3535

36-
protected override double USSurveyFeetInOneMeter => 3.2808333333465;
36+
protected override double USSurveyFeetInOneMeter => 3.2808333333;
3737

3838
protected override double InchesInOneMeter => 39.37007874;
3939

0 commit comments

Comments
 (0)