mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 09:12:53 +00:00
API: Fixed integration test
This commit is contained in:
parent
694c074902
commit
91bc93f331
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue