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() }