Break tests
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
apio 2023-07-21 14:22:32 +02:00
parent c24a261233
commit 53ebe8102e
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -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;
}