Skip to content

Commit

Permalink
Merge pull request #10 from deepgram-starters/sr/fix-automation
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
SandraRodgers authored Jul 24, 2024
2 parents d59e924 + c225701 commit d95f1c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/deepgram_sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func (c MyCallback) Error(er *api.ErrorResponse) error {
// handle the error
fmt.Printf("\n[Error] Received\n")
fmt.Printf("Error.Type: %s\n", er.Type)
fmt.Printf("Error.ErrCode: %s\n", er.Message)
fmt.Printf("Error.Description: %s\n\n", er.Description)
return nil
}
Expand Down

0 comments on commit d95f1c5

Please sign in to comment.