mirror of
https://github.com/nasa/trick.git
synced 2025-06-18 15:18:18 +00:00
Fix unit test name (RankineToCelsius)
Co-authored-by: Tobias Nießen <tniessen@users.noreply.github.com>
This commit is contained in:
@ -501,7 +501,7 @@ TEST_F(UnitConversion, KelvinToRankine)
|
|||||||
test_conversion_no_throw("K", "R", 0.0, 1.8, TOL);
|
test_conversion_no_throw("K", "R", 0.0, 1.8, TOL);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(UnitConversion, RankineToCelcius)
|
TEST_F(UnitConversion, RankineToCelsius)
|
||||||
{
|
{
|
||||||
test_conversion_no_throw("R", "C", -273.15, (5.0/9.0), TOL);
|
test_conversion_no_throw("R", "C", -273.15, (5.0/9.0), TOL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user