test cron

This commit is contained in:
wangchuxiao 2022-12-28 15:33:53 +08:00
parent cdd86349d0
commit 01b2de80ae

View File

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