fix CI for DeleteConversation

This commit is contained in:
hiromi-mi 2020-02-25 20:38:06 +09:00
parent 39314f81e1
commit 6a58c77475

View file

@ -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)
}