Merge pull request #5624 from augmt/fix/basicjs-waypoint-85

Display correct assertion in Testing Objects for Properties
pull/5636/head
Rex Schrader 2015-12-30 23:09:03 -08:00
commit 063c13811e
1 changed files with 2 additions and 2 deletions

View File

@ -3639,7 +3639,7 @@
],
"tests": [
"assert(checkObj(\"gift\") === \"pony\", 'message: <code>checkObj(\"gift\")</code> should return <code>\"pony\"</code>.');",
"assert(checkObj(\"pet\") === \"kitten\", 'message: <code>checkObj(\"gift\")</code> should return <code>\"kitten\"</code>.');",
"assert(checkObj(\"pet\") === \"kitten\", 'message: <code>checkObj(\"pet\")</code> should return <code>\"kitten\"</code>.');",
"assert(checkObj(\"house\") === \"Not Found\", 'message: <code>checkObj(\"house\")</code> should return <code>\"Not Found\"</code>.');"
],
"type": "waypoint",
@ -5143,4 +5143,4 @@
"isBeta": "true"
}
]
}
}