redis model update

pull/455/head
Gordon 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent 34cbbbd826
commit d52a9a9206

@ -65,7 +65,7 @@ func Test_NewGetMessageListBySeq(t *testing.T) {
data.ClientMsgID = "23jwhjsdf"
msg.MsgData = &data
seqMsg, failedSeqList, err := DB.NewGetMessageListBySeq(uid, []uint32{11}, "cacheTest")
seqMsg, failedSeqList, err := DB.NewGetMessageListBySeq(uid, []uint32{1212}, "cacheTest")
assert.Nil(t, err)
fmt.Println(seqMsg, failedSeqList)

Loading…
Cancel
Save