fix: Fix incorrect symbols for success/error Update run.js

Fix incorrect symbols for success/error in writeEntry function
pull/5431/head
minds 3 weeks ago committed by GitHub
parent 96b40d02c3
commit 05b9e1131d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      certora/run.js

@ -160,7 +160,7 @@ function writeEntry(spec, contract, success, url) {
formatRow(
spec,
contract,
success ? ':x:' : ':heavy_check_mark:',
success ? ':heavy_check_mark:' : ':x:',
url ? `[link](${url?.replace('/output/', '/jobStatus/')})` : 'error',
url ? `[link](${url})` : 'error',
),

Loading…
Cancel
Save