test cron

This commit is contained in:
wangchuxiao 2022-12-28 15:42:52 +08:00
parent 71a2090363
commit 0a57830925

View File

@ -161,7 +161,7 @@ func TestDeleteMongoMsgAndResetRedisSeq(t *testing.T) {
if err != nil {
t.Error("err is not nil", testUID4, err.Error())
}
if minSeq != 11002 {
t.Error("test3 is not the same", "minSeq:", minSeq, "targetSeq", 11002)
if minSeq != 11001 {
t.Error("test3 is not the same", "minSeq:", minSeq, "targetSeq", 11001)
}
}