mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 19:22:46 +08:00
test
This commit is contained in:
parent
7bfd9aef2f
commit
103cb3cb99
@ -74,7 +74,7 @@ func Test_BatchInsertChat2DB(t *testing.T) {
|
|||||||
})
|
})
|
||||||
for j, s := range arr {
|
for j, s := range arr {
|
||||||
if j == 0 {
|
if j == 0 {
|
||||||
fmt.Sprintf("channnelID: %d, arr[0]: %d", channelID, arr[j])
|
fmt.Printf("channnelID: %d, arr[0]: %s\n", channelID, arr[j])
|
||||||
}
|
}
|
||||||
filter := bson.M{"doc_id": "test:0"}
|
filter := bson.M{"doc_id": "test:0"}
|
||||||
update := bson.M{
|
update := bson.M{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user