Skip to content

Commit

Permalink
Merge pull request #9 from deepgram-starters/sr/fix-automation
Browse files Browse the repository at this point in the history
temporary fix to test
  • Loading branch information
SandraRodgers authored Jul 24, 2024
2 parents 2778be5 + 4f08d7b commit d59e924
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 d59e924

Please sign in to comment.