From d341c166e124976a05a755951417659deec66645 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 12 Jul 2024 18:31:54 +0200 Subject: [PATCH] fix: types ordering in one of the unit tests fixed --- test/static/unit_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/static/unit_test.cpp b/test/static/unit_test.cpp index 7fab5fe3..1bf56439 100644 --- a/test/static/unit_test.cpp +++ b/test/static/unit_test.cpp @@ -210,7 +210,7 @@ static_assert(kilojoule.symbol == "kJ"); static_assert(is_of_type, si::kilo_>); static_assert(is_of_type, si::kilo_>); -static_assert(is_of_type>>); // !!! +static_assert(is_of_type, metre_>>); // !!! static_assert( is_of_type)>, per>>); // !!!