Skip to content

Commit a9a4916

Browse files
committed
formatting
1 parent 96363f9 commit a9a4916

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/integration/resources/test_transcriptions.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ def test_no_diarization(self, sync_together_client):
242242

243243
# Verify no diarization fields
244244
response_dict = response.model_dump()
245-
assert response_dict.get('speaker_segments') is None
246-
assert response_dict.get('words') is None
247-
245+
assert response_dict.get("speaker_segments") is None
246+
assert response_dict.get("words") is None
247+
248248
# Should still have standard fields
249-
assert 'text' in response_dict
250-
assert 'language' in response_dict
251-
assert 'duration' in response_dict
252-
assert 'segments' in response_dict
249+
assert "text" in response_dict
250+
assert "language" in response_dict
251+
assert "duration" in response_dict
252+
assert "segments" in response_dict

0 commit comments

Comments
 (0)