From c94d96353ab35c3e828332bc45c6741f4845f367 Mon Sep 17 00:00:00 2001 From: JungYong KIM Date: Thu, 26 Sep 2019 11:01:30 +0900 Subject: [PATCH] Fix unittest building Signed-off-by: JungYong KIM --- .../executor/androidexecutor/androidexecutor_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/controller/servicemgr/executor/androidexecutor/androidexecutor_test.go b/src/controller/servicemgr/executor/androidexecutor/androidexecutor_test.go index e46010bb..288c85f8 100644 --- a/src/controller/servicemgr/executor/androidexecutor/androidexecutor_test.go +++ b/src/controller/servicemgr/executor/androidexecutor/androidexecutor_test.go @@ -77,13 +77,8 @@ func TestExecute(t *testing.T) { tExecutor.SetNotiImpl(noti) - originAdbPath := adbPath - adbPath = "echo" - err := tExecutor.Execute(s) - adbPath = originAdbPath - if err != nil { t.Error() }