Merge pull request #7354 from techtolentino/fix/test-check-repeated-twice

Changed very last test for the Comparisons with the Logical And Operator Challenge
pull/7361/head
Logan Tegman 2016-03-02 08:22:55 -08:00
commit 052523f084
1 changed files with 2 additions and 2 deletions

View File

@ -3084,7 +3084,7 @@
"assert(myTest(50) === \"Yes\", 'message: <code>myTest(50)</code> should return \"Yes\"');", "assert(myTest(50) === \"Yes\", 'message: <code>myTest(50)</code> should return \"Yes\"');",
"assert(myTest(51) === \"No\", 'message: <code>myTest(51)</code> should return \"No\"');", "assert(myTest(51) === \"No\", 'message: <code>myTest(51)</code> should return \"No\"');",
"assert(myTest(75) === \"No\", 'message: <code>myTest(75)</code> should return \"No\"');", "assert(myTest(75) === \"No\", 'message: <code>myTest(75)</code> should return \"No\"');",
"assert(myTest(51) === \"No\", 'message: <code>myTest(51)</code> should return \"No\"');" "assert(myTest(80) === \"No\", 'message: <code>myTest(80)</code> should return \"No\"');"
], ],
"type": "waypoint", "type": "waypoint",
"challengeType": 1, "challengeType": 1,