You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the verification is failing because there is more different properties in the response, but the real answer is in the first position of the resulting array.
Current Seneca version is returning more info, making all the exercises fail.
Same issue. And it seems to be issue because of logging part of seneca. Most of the getting-started guide or tutorial on seneca differs during the output screenshots.
Antony74
added a commit
to Antony74/seneca-in-practice
that referenced
this issue
Apr 8, 2021
It seems like the verification is failing because there is more different properties in the response, but the real answer is in the first position of the resulting array.
Current Seneca version is returning more info, making all the exercises fail.
`{"kind":"notice","notice":"hello seneca 6sps9m8bu12q/1507025362667/84094/3.4.2/-","level":"info","seneca":"6sps9m8bu12q/1507025362667/84094/3.4.2/-","when":1507025363146}
{"kind":"notice","notice":"hello seneca tek1i6i2irlf/1507025362984/84094/3.4.2/-","level":"info","seneca":"tek1i6i2irlf/1507025362984/84094/3.4.2/-","when":1507025363159}
✗ Expected result: [{"answer":36},{"start":1507025363159,"end":1507025363160,"pattern":"cmd:sum,role:math","action":"_8","mi":"g8wj6rsuqok5","tx":"f7e6nf2blrck","id":"g8wj6rsuqok5/f7e6nf2blrck","instance":"6sps9m8bu12q/1507025362667/84094/3.4.2/-","tag":"-","seneca":"3.4.2","version":"0.1.0","gate":false,"fatal":false,"local":false,"timeout":22222,"plugin":{"name":"root$","fullname":"root$"},"parents":[],"sync":true,"trace":[],"sub":null,"data":null,"err":null,"err_trace":null,"error":false,"empty":null}], Actual result: [{"answer":36},{"start":1507025363132,"end":1507025363159,"pattern":"cmd:sum,role:math","action":"_8","mi":"v3a41k43onhy","tx":"owxh7w419m1r","id":"v3a41k43onhy/owxh7w419m1r","instance":"tek1i6i2irlf/1507025362984/84094/3.4.2/-","tag":"-","seneca":"3.4.2","version":"0.1.0","gate":false,"fatal":false,"local":false,"timeout":22222,"plugin":{"name":"root$","fullname":"root$"},"parents":[],"sync":true,"trace":[],"sub":null,"data":null,"err":null,"err_trace":null,"error":false,"empty":null}]
FAIL
Your solution to Sum didn't pass. Try again!`
The text was updated successfully, but these errors were encountered: