formatting
All checks were successful
Build on RHEL9 / build (push) Successful in 3m19s
Build on RHEL8 / build (push) Successful in 4m50s

This commit is contained in:
2025-06-16 22:10:44 +02:00
parent d19fe8b66a
commit 925176b661
5 changed files with 6 additions and 15 deletions

View File

@ -26,7 +26,6 @@ TEST_CASE("Convert string to bool", "[support]") {
REQUIRE(StringTo<bool>("0") == false);
}
TEST_CASE("Integer conversions", "[support]") {
REQUIRE(ToString(0) == "0");
REQUIRE(ToString(1) == "1");