Skip to content

Commit 05854c5

Browse files
committed
2 parents e18346e + b3b7caf commit 05854c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_aiserver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def test_can_speech_to_text(self):
6363
self.assertEqual(len(response.text_outputs), 2)
6464

6565
# Get both text outputs
66-
text_with_timestamps = response.text_outputs[0].text
67-
text_only = response.text_outputs[1].text
66+
text_with_timestamps = response.text_outputs[1].text
67+
text_only = response.text_outputs[0].text
6868

6969
# Basic validation of outputs
7070
self.assertIsNotNone(text_with_timestamps)

0 commit comments

Comments
 (0)