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
I have to convert the string into a number before the comparison, unfortunately I used parseInt there. With the next release, parseFloat will now be used
Assert:
?? js response.parsedBody.signatures[1].confidence == 0.934
This assert fails with message
response.parsedBody.signatures[1].confidence == 0.934 (AssertionError [ERR_ASSERTION]: response.parsedBody.signatures[1].confidence (0.934) == 0 - <path>
The text was updated successfully, but these errors were encountered: