API: Fixed integration test

This commit is contained in:
diamondburned (Forefront) 2020-05-12 17:34:36 -07:00
parent 694c074902
commit 91bc93f331
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ func TestReactions(t *testing.T) {
}
}
msg += " Total time taken to send all reactions: " + time.Now().Sub(now)
msg += fmt.Sprintf(" Total time taken to send all reactions: %v.", time.Now().Sub(now))
m, err = client.EditMessage(cfg.ChannelID, m.ID, msg, nil, false)
if err != nil {