@@ -124,7 +124,7 @@ public void FromValueAndUnit()
124
124
AssertEx . EqualTolerance ( 1 , MassFlow . From ( 1 , MassFlowUnit . PoundPerHour ) . PoundsPerHour , PoundsPerHourTolerance ) ;
125
125
AssertEx . EqualTolerance ( 1 , MassFlow . From ( 1 , MassFlowUnit . ShortTonPerHour ) . ShortTonsPerHour , ShortTonsPerHourTolerance ) ;
126
126
AssertEx . EqualTolerance ( 1 , MassFlow . From ( 1 , MassFlowUnit . TonnePerDay ) . TonnesPerDay , TonnesPerDayTolerance ) ;
127
- AssertEx . EqualTolerance ( 1 , MassFlow . From ( 1 , MassFlowUnit . TonPerHour ) . TonnesPerHour , TonnesPerHourTolerance ) ;
127
+ AssertEx . EqualTolerance ( 1 , MassFlow . From ( 1 , MassFlowUnit . TonnePerHour ) . TonnesPerHour , TonnesPerHourTolerance ) ;
128
128
}
129
129
130
130
[ Fact ]
@@ -145,7 +145,7 @@ public void As()
145
145
AssertEx . EqualTolerance ( PoundsPerHourInOneGramPerSecond , grampersecond . As ( MassFlowUnit . PoundPerHour ) , PoundsPerHourTolerance ) ;
146
146
AssertEx . EqualTolerance ( ShortTonsPerHourInOneGramPerSecond , grampersecond . As ( MassFlowUnit . ShortTonPerHour ) , ShortTonsPerHourTolerance ) ;
147
147
AssertEx . EqualTolerance ( TonnesPerDayInOneGramPerSecond , grampersecond . As ( MassFlowUnit . TonnePerDay ) , TonnesPerDayTolerance ) ;
148
- AssertEx . EqualTolerance ( TonnesPerHourInOneGramPerSecond , grampersecond . As ( MassFlowUnit . TonPerHour ) , TonnesPerHourTolerance ) ;
148
+ AssertEx . EqualTolerance ( TonnesPerHourInOneGramPerSecond , grampersecond . As ( MassFlowUnit . TonnePerHour ) , TonnesPerHourTolerance ) ;
149
149
}
150
150
151
151
[ Fact ]
0 commit comments