From 91bc93f331f184b777cc7e548006d9fdbddf3875 Mon Sep 17 00:00:00 2001 From: "diamondburned (Forefront)" Date: Tue, 12 May 2020 17:34:36 -0700 Subject: [PATCH] API: Fixed integration test --- api/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/integration_test.go b/api/integration_test.go index 0042e34..5301e20 100644 --- a/api/integration_test.go +++ b/api/integration_test.go @@ -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 {