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 303d4db21d
commit 0b08459caa

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);",
" }", " }",