diff --git a/voice/integration_test.go b/voice/integration_test.go index 51bd982..76ce810 100644 --- a/voice/integration_test.go +++ b/voice/integration_test.go @@ -89,12 +89,6 @@ func TestIntegration(t *testing.T) { if err := vs.Speaking(voicegateway.Microphone); err != nil { t.Fatal("failed to start speaking:", err) } - t.Cleanup(func() { - log.Println("Stopping speaking.") - if err := vs.StopSpeaking(); err != nil { - t.Fatal("failed to stop speaking:", err) - } - }) finish("sending the speaking command")