Skip to content

Commit

Permalink
fix(unit test): degree Fahrenheit unit test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Oct 18, 2023
1 parent d5549ff commit a0dc388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_test/static/usc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ static_assert(isq::mass(1 * lb_t) == isq::mass(12 * oz_t));
static_assert(isq::pressure(1'000 * inHg) == isq::pressure(3'386'389 * si::pascal));

// Temperature
static_assert(isq::thermodynamic_temperature(5 * deg_F) == isq::thermodynamic_temperature(9 * si::degree_Celsius));
static_assert(isq::thermodynamic_temperature(9 * deg_F) == isq::thermodynamic_temperature(5 * si::degree_Celsius));

} // namespace

0 comments on commit a0dc388

Please sign in to comment.