mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 00:24:28 +02:00
Revert "Issue #180 other valid solution for juggling"
This reverts commit cb505681dd
.
This commit is contained in:
parent
cb505681dd
commit
e78bf0cdfe
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ exports.level = {
|
|||
"goalAsserts": {
|
||||
"master": [
|
||||
function(data) {
|
||||
return data.C2 >= data.C3;
|
||||
return data.C2 > data.C3;
|
||||
},
|
||||
function(data) {
|
||||
return data.C2 > data.C1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue