Skip to content

Commit b9101d6

Browse files
committed
Update testcase
1 parent 729d3f5 commit b9101d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_text_recoginse_emotion.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ def test_async_diarize_audio(self):
4141
"""
4242

4343
body = {
44-
"content": "You are so bad"
44+
"content": "Awesome"
4545
}
4646
api_response = self.api.sync_text_recognise_emotion(body=body)
4747
print(api_response)
48-
assert api_response['response']['joy']> 0.8
48+
assert api_response['response']['trust']> 0.8
4949

5050

5151
if __name__ == '__main__':

0 commit comments

Comments
 (0)