pull/455/head
Gordon 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent 6655a4135c
commit bbd3ebc9c9

@ -13,7 +13,8 @@ func Test_SetTokenMapByUidPid(t *testing.T) {
m["test1"] = 1
m["test2"] = 2
m["2332"] = 4
_ = DB.SetTokenMapByUidPid("1234", 2, m)
err := DB.SetTokenMapByUidPid("1234", 2, m)
assert.Nil(t, err)
}
func Test_GetTokenMapByUidPid(t *testing.T) {

Loading…
Cancel
Save