From 201c8367d681931d07c293449b77d3b4dbac4386 Mon Sep 17 00:00:00 2001 From: boyce Date: Tue, 9 Mar 2021 17:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sysmodule/mongomodule/mongomodule_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysmodule/mongomodule/mongomodule_test.go b/sysmodule/mongomodule/mongomodule_test.go index 38037b4..6606345 100644 --- a/sysmodule/mongomodule/mongomodule_test.go +++ b/sysmodule/mongomodule/mongomodule_test.go @@ -90,6 +90,6 @@ func Test_Example(t *testing.T) { selector1 := bson.M{"_id":bson.ObjectIdHex("60473de655f1012e7453b369")} update1 := bson.M{"$set":bson.M{"name":"xxxxx","age":1111}} c.Update(selector1,update1) - + fmt.Println(info,uErr) }