aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/helper_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/helper_test.go')
-rw-r--r--helper/helper_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/helper/helper_test.go b/helper/helper_test.go
index 6b27e680..2caada4f 100644
--- a/helper/helper_test.go
+++ b/helper/helper_test.go
@@ -35,7 +35,7 @@ func prepareArgs() {
}
func TestHelper_StartNotify_Close_Wait(t *testing.T) {
- helper.ReplaceExecCommand(t)
+ helper.InternalReplaceExecCommand(t)
argsOnce.Do(prepareArgs)
t.Run("start helper with status channel", func(t *testing.T) {
@@ -106,7 +106,7 @@ func TestHelper_StartNotify_Close_Wait(t *testing.T) {
})
}
func TestHelper_Start_Close_Wait(t *testing.T) {
- helper.ReplaceExecCommand(t)
+ helper.InternalReplaceExecCommand(t)
argsOnce.Do(prepareArgs)
var wt io.WriterTo