From c2257013e32058ba1ec5ea3c53e135e591e2b3c8 Mon Sep 17 00:00:00 2001 From: Sandra Rodgers Date: Wed, 24 Jul 2024 15:36:24 -0500 Subject: [PATCH] fix test --- tests/deepgram_sdk_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/deepgram_sdk_test.go b/tests/deepgram_sdk_test.go index d8e79c6..cbcb824 100644 --- a/tests/deepgram_sdk_test.go +++ b/tests/deepgram_sdk_test.go @@ -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 }