Skip to content

Commit

Permalink
temporary fix to test
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraRodgers committed Jul 24, 2024
1 parent d8032c5 commit 4f08d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deepgram_sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func TestDeepgramLiveTranscription(t *testing.T) {
select {
case <-transcriptReceived:
fmt.Println("Transcript received")
dgClient.Stop()
// dgClient.Stop()
case <-time.After(30 * time.Second):
t.Fatal("Timeout waiting for transcript")
}
Expand Down

0 comments on commit 4f08d7b

Please sign in to comment.