Fix display of bytes without decimals (#10595)

*Fixes #10594
This commit is contained in:
meigelb 2024-04-25 00:20:58 +02:00 committed by Jonathan White
parent 381eb76f7b
commit 417bc29bc8
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
3 changed files with 5 additions and 3 deletions

View file

@ -2112,7 +2112,7 @@ void TestCli::testShow()
"Tags: \n"
"\n"
"Attachments:\n"
" Sample attachment.txt (15.0 B)\n"));
" Sample attachment.txt (15 B)\n"));
setInput("a");
execCmd(showCmd, {"show", m_dbFile->fileName(), "--show-attachments", "/Homebanking/Subgroup/Subgroup Entry"});