From c2a4aae4da14e432f6545bfa2a985a8042859f6d Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期三, 31 七月 2019 15:37:10 +0800 Subject: [PATCH] 联动任务缓存数据(结构重整)---指针换成值 --- util/simpleCV_test.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/util/simpleCV_test.go b/util/simpleCV_test.go index 170934a..4f8f7c8 100644 --- a/util/simpleCV_test.go +++ b/util/simpleCV_test.go @@ -4,7 +4,7 @@ "testing" ) -func TestDrawPolygon(t *testing.T) { +func TestDrawPolygonOnImage(t *testing.T) { resp,err := DrawPolygonOnImage() if err != nil { t.Error("鐢绘鎴栬�呬笂浼犳湁闂") -- Gitblit v1.8.0