File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
UnitsNet.Tests/CustomCode Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments