mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-27 22:24:58 +02:00
fix goal asserts
This commit is contained in:
parent
a76327aa67
commit
7e86c907c5
4 changed files with 22 additions and 10 deletions
|
@ -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 = {
|
|||
]
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue