diff --git a/applications/daily_tests/cron_jobs.js b/applications/daily_tests/cron_jobs.js index d9c8f5c0db..ff5780e046 100644 --- a/applications/daily_tests/cron_jobs.js +++ b/applications/daily_tests/cron_jobs.js @@ -60,19 +60,7 @@ async function runWalletRecoveryTest(instances) { }); notify( - "🙌 Wallet (Pubkey:", - identity.public_key, - ") recovered to a block height of", - numScanned, - "completed in", - timeDiffMinutes, - "minutes (", - scannedRate, - "blocks/min).", - recoveredAmount, - "µT recovered for ", - instances, - " instance(s)." + `🙌 Wallet (Pubkey: ${identity.public_key} ) recovered to a block height of ${numScanned}, completed in ${timeDiffMinutes} minutes (${scannedRate} blocks/min). ${recoveredAmount} µT recovered for ${instances} instance(s).` ); } catch (err) { console.error(err);