mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 22:39:03 +08:00
test cron
This commit is contained in:
@@ -162,6 +162,6 @@ func TestDeleteMongoMsgAndResetRedisSeq(t *testing.T) {
|
|||||||
t.Error("err is not nil", testUID4, err.Error())
|
t.Error("err is not nil", testUID4, err.Error())
|
||||||
}
|
}
|
||||||
if minSeq != 11001 {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user