Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianluisgomez committed Jun 25, 2024
1 parent 5a2220c commit a48086a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public void getAndDeleteRealTimeTranscriptionsTest() throws ApiException, Interr
assertThat(getRealTimeTranscriptionResponse.getData(), hasProperty("transcriptionId", is(instanceOf(String.class))));
assertThat(getRealTimeTranscriptionResponse.getData().getTracks().get(0), is(instanceOf(CallTranscription.class)));
assertThat(getRealTimeTranscriptionResponse.getData().getTracks().get(0).getTrack(), is(instanceOf(CallTranscription.TrackEnum.class)));
assertThat(getRealTimeTranscriptionResponse.getData().getTracks().get(0).getTranscript(), is(instanceOf(String.class)));
assertThat(getRealTimeTranscriptionResponse.getData().getTracks().get(0).getConfidence(), is(0.0));


Expand Down

0 comments on commit a48086a

Please sign in to comment.