diff --git a/internal/cron_task/clear_msg_test.go b/internal/cron_task/clear_msg_test.go index ec63e1abe..a68ac7125 100644 --- a/internal/cron_task/clear_msg_test.go +++ b/internal/cron_task/clear_msg_test.go @@ -161,7 +161,7 @@ func TestDeleteMongoMsgAndResetRedisSeq(t *testing.T) { if err != nil { t.Error("err is not nil", testUID4, err.Error()) } - if minSeq != 11001 { + if minSeq != 11002 { t.Error("test3 is not the same", "minSeq:", minSeq, "targetSeq", 11002) } }