mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-11 05:46:27 +08:00
test cron
This commit is contained in:
parent
1706f5df07
commit
f9fdd540f9
@ -103,6 +103,6 @@ func TestDeleteMongoMsgAndResetRedisSeq(t *testing.T) {
|
|||||||
t.Error("err is not nil", testUID1, err.Error())
|
t.Error("err is not nil", testUID1, err.Error())
|
||||||
}
|
}
|
||||||
if minSeq != 201 {
|
if minSeq != 201 {
|
||||||
t.Error("is not the same")
|
t.Error("is not the same", "minSeq:", minSeq, "targetSeq", 201)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user