mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-21 12:19:18 +08:00
test
This commit is contained in:
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…
x
Reference in New Issue
Block a user