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