Skip to content

Commit 6d92463

Browse files
committed
PressureTests: Fix two tests due to bad test constants
Implementation was right, test was wrong
1 parent 4a34cfe commit 6d92463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitsNet.Tests/CustomCode/PressureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ protected override double MegabarsInOnePascal
180180

181181
protected override double MicropascalsInOnePascal
182182
{
183-
get { return 1e-3; }
183+
get { return 1e6; }
184184
}
185185

186186
protected override double MillibarsInOnePascal

0 commit comments

Comments
 (0)