fix test so it does not match code not in the answer

This commit is contained in:
natac13
2015-09-30 05:13:13 -04:00
parent ab204c654e
commit 90230ec907

View File

@ -1491,7 +1491,7 @@
" }", " }",
" ", " ",
" if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){", " if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){",
" $(\".logger\").html(slotOne);", " $(\".logger\").text(slotOne);",
" $(\".logger\").append(\" \" + slotTwo);", " $(\".logger\").append(\" \" + slotTwo);",
" $(\".logger\").append(\" \" + slotThree);", " $(\".logger\").append(\" \" + slotThree);",
" }", " }",