aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper
diff options
context:
space:
mode:
Diffstat (limited to 'helper')
-rw-r--r--helper/container_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/container_test.go b/helper/container_test.go
index c6341c68..e8ee7f32 100644
--- a/helper/container_test.go
+++ b/helper/container_test.go
@@ -53,5 +53,5 @@ func TestHelperInit(t *testing.T) {
return
}
sandbox.SetOutput(hlog.Output{})
- sandbox.Init(hlog.Prepare, func(bool) { internal.InstallFmsg(false) })
+ sandbox.Init(hlog.Prepare, func(bool) { internal.InstallOutput(false) })
}