fix goal asserts

This commit is contained in:
Peter Cottle 2025-06-27 19:34:12 -04:00
parent a76327aa67
commit 7e86c907c5
4 changed files with 22 additions and 10 deletions

View file

@ -2,7 +2,9 @@ exports.level = {
"compareOnlyMainHashAgnosticWithAsserts": true,
"goalAsserts": {
"main": [
null
function (data) {
return data.C4 > data.C1;
}
]
},
"disabledMap": {
@ -877,4 +879,4 @@ exports.level = {
]
}
}
};
};