Skip to content

Commit 787138b

Browse files
Transpile 4ccfe380e
1 parent be73362 commit 787138b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: certora/run.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function writeEntry(spec, contract, success, url) {
160160
formatRow(
161161
spec,
162162
contract,
163-
success ? ':x:' : ':heavy_check_mark:',
163+
success ? ':heavy_check_mark:' : ':x:',
164164
url ? `[link](${url?.replace('/output/', '/jobStatus/')})` : 'error',
165165
url ? `[link](${url})` : 'error',
166166
),

Diff for: lib/openzeppelin-contracts

0 commit comments

Comments
 (0)