diff --git a/status_test.go b/status_test.go index 85c0967..93f46e7 100644 --- a/status_test.go +++ b/status_test.go @@ -676,7 +676,7 @@ func TestDeleteConversation(t *testing.T) { ClientSecret: "bar", AccessToken: "hoge", }) - err = client.DeleteConversation(context.Background(), "12345678") + err := client.DeleteConversation(context.Background(), "12345678") if err != nil { t.Fatalf("should not be fail: %v", err) }