fix CI for DeleteConversation

pull/127/head
hiromi-mi 2020-02-25 20:38:06 +09:00 committed by mattn
parent fd6533a508
commit 021f5d0019
1 changed files with 1 additions and 1 deletions

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