Skip to content

Commit

Permalink
Merge pull request #46 from jyong2kim/HotFix_unittest_build
Browse files Browse the repository at this point in the history
[Hot Fix] Fix unittest building in Baobab
  • Loading branch information
mgjeong authored Sep 26, 2019
2 parents 188e7ea + c94d963 commit 258d34f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 258d34f

Please sign in to comment.