Skip to content

Commit 4892a08

Browse files
committed
💚 Fix tests after Added fluid resistance quantity (#1474)
Fixup #1474
1 parent d5e2edc commit 4892a08

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

UnitsNet.Tests/CustomCode/FluidResistanceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class FluidResistanceTests : FluidResistanceTestsBase
2525
{
2626
// https://www.vcalc.com/wiki/Fluid-Resistance-Unit-Conversion
2727

28-
protected override bool SupportsSIUnitSystem => false;
28+
protected override bool SupportsSIUnitSystem => true;
2929
protected override double DyneSecondsPerCentimeterToTheFifthInOnePascalSecondPerCubicMeter => 1e-5; // dyn·s/cm⁵
3030
protected override double MegapascalSecondsPerCubicMeterInOnePascalSecondPerCubicMeter => 1e-6; // MPa·s/m³
3131
protected override double MillimeterMercuryMinutesPerCubicCentimeterInOnePascalSecondPerCubicMeter => 1.25010625903202e-10; // mmHg·min/cm³

UnitsNet.Tests/GeneratedCode/TestsBase/FluidResistanceTestsBase.g.cs

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)