mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 17:36:42 +00:00
Fix unit test name (RankineToCelsius)
Co-authored-by: Tobias Nießen <tniessen@users.noreply.github.com>
This commit is contained in:
parent
c0794733b7
commit
a88f38b55c
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user