From d2651bf09ee8cf1573c3e49935372260f90739e5 Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 21 Jul 2023 14:22:32 +0200 Subject: [PATCH] Break tests --- tests/libluna/TestFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libluna/TestFormat.cpp b/tests/libluna/TestFormat.cpp index 587c87f3..57077a25 100644 --- a/tests/libluna/TestFormat.cpp +++ b/tests/libluna/TestFormat.cpp @@ -86,7 +86,7 @@ TestResult test_positive_signed_integer_format_with_empty_sign() { auto fmt = TRY(String::format("% d"_sv, 653)); - validate(fmt.view() == " 653"); + validate(fmt.view() == " 653.000"); test_success; } -- 2.34.1