Skip to content

Commit 2d4f92d

Browse files
committed
fixed typos in the FuelEfficientcyTests
1 parent 4fecc6c commit 2d4f92d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UnitsNet.Tests/CustomCode/FuelEfficiencyTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ public override void BaseUnit_HasSIBase()
3737
base.BaseUnit_HasSIBase();
3838
}
3939

40-
[Fact(Skip = "NoThe SI unit would have to be MeterPerCubicMeter")]
40+
[Fact(Skip = "The SI unit would have to be MeterPerCubicMeter")]
4141
public override void Ctor_SIUnitSystem_ReturnsQuantityWithSIUnits()
4242
{
4343
base.Ctor_SIUnitSystem_ReturnsQuantityWithSIUnits();
4444
}
4545

46-
[Fact(Skip = "NoThe SI unit would have to be MeterPerCubicMeter")]
46+
[Fact(Skip = "The SI unit would have to be MeterPerCubicMeter")]
4747
public override void As_UnitSystem_SI_ReturnsQuantityInSIUnits()
4848
{
4949
base.As_UnitSystem_SI_ReturnsQuantityInSIUnits();
5050
}
5151

52-
[Fact(Skip = "NoThe SI unit would have to be MeterPerCubicMeter")]
52+
[Fact(Skip = "The SI unit would have to be MeterPerCubicMeter")]
5353
public override void ToUnit_UnitSystem_SI_ReturnsQuantityInSIUnits()
5454
{
5555
base.ToUnit_UnitSystem_SI_ReturnsQuantityInSIUnits();

0 commit comments

Comments
 (0)