Skip to content

Commit

Permalink
Update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknimkarde committed Jun 20, 2018
1 parent 729d3f5 commit b9101d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_text_recoginse_emotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ def test_async_diarize_audio(self):
"""

body = {
"content": "You are so bad"
"content": "Awesome"
}
api_response = self.api.sync_text_recognise_emotion(body=body)
print(api_response)
assert api_response['response']['joy']> 0.8
assert api_response['response']['trust']> 0.8


if __name__ == '__main__':
Expand Down

0 comments on commit b9101d6

Please sign in to comment.