From f9fdd540f958f336e799e3f8517a5a5c16f985df Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Wed, 28 Dec 2022 11:03:12 +0800 Subject: [PATCH] test cron --- internal/cron_task/clear_msg_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cron_task/clear_msg_test.go b/internal/cron_task/clear_msg_test.go index ff9cac5ae..87d735438 100644 --- a/internal/cron_task/clear_msg_test.go +++ b/internal/cron_task/clear_msg_test.go @@ -103,6 +103,6 @@ func TestDeleteMongoMsgAndResetRedisSeq(t *testing.T) { t.Error("err is not nil", testUID1, err.Error()) } if minSeq != 201 { - t.Error("is not the same") + t.Error("is not the same", "minSeq:", minSeq, "targetSeq", 201) } }