change test log message

This commit is contained in:
proddy
2025-03-02 21:38:12 +01:00
parent 04ac3be242
commit 110c0df6fb

View File

@@ -105,7 +105,7 @@ export default () => {
let message = 'message #' + count; let message = 'message #' + count;
if (count % 6 === 1) { if (count % 6 === 1) {
message += message +=
' with a long message that will be wrapped, to see if it stays one a single line'; ' that is a long message that will be wrapped, to test if it gets truncated';
} }
const data = { const data = {
t: new Date().toISOString(), t: new Date().toISOString(),