This commit is contained in:
Gordon 2022-06-21 21:22:35 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 6655a4135c
commit bbd3ebc9c9

View File

@ -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) {