test modify

This commit is contained in:
Gordon
2021-11-30 21:05:24 +08:00
parent bee12423b0
commit 3495d75a6f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ func Test_SetTokenMapByUidPid(t *testing.T) {
m := make(map[string]int, 0)
m["哈哈"] = 1
m["heihei"] = 2
m["2332"] = 4
_ = DB.SetTokenMapByUidPid("1234", 2, m)
}