From 7936f67e3187eac0cb8e536f0c1d0cf326537719 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 11 七月 2019 17:11:42 +0800 Subject: [PATCH] 按逗号分割,加逗号 --- util/simpleCV_test.go | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/util/simpleCV_test.go b/util/simpleCV_test.go index 5690810..4f8f7c8 100644 --- a/util/simpleCV_test.go +++ b/util/simpleCV_test.go @@ -4,10 +4,10 @@ "testing" ) -func TestDrawPolygon(t *testing.T) { - resp,err := DrawPolygon() +func TestDrawPolygonOnImage(t *testing.T) { + resp,err := DrawPolygonOnImage() if err != nil { t.Error("鐢绘鎴栬�呬笂浼犳湁闂") } - t.Log(resp["fileUrl"].(string)) + t.Log("------=============",resp) } \ No newline at end of file -- Gitblit v1.8.0