aboutsummaryrefslogtreecommitdiff
path: root/internal/conf/computed_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/conf/computed_test.go')
-rw-r--r--internal/conf/computed_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/conf/computed_test.go b/internal/conf/computed_test.go
index 908b7679..8ed49a53 100644
--- a/internal/conf/computed_test.go
+++ b/internal/conf/computed_test.go
@@ -39,7 +39,7 @@ func TestIsProdMode(t *testing.T) {
}
}
-func TestWorkDirHelper(t *testing.T) {
+func TestWorkDirHelper(_ *testing.T) {
if !testutil.WantHelperProcess() {
return
}
@@ -67,7 +67,7 @@ func TestWorkDir(t *testing.T) {
}
}
-func TestCustomDirHelper(t *testing.T) {
+func TestCustomDirHelper(_ *testing.T) {
if !testutil.WantHelperProcess() {
return
}
@@ -95,7 +95,7 @@ func TestCustomDir(t *testing.T) {
}
}
-func TestHomeDirHelper(t *testing.T) {
+func TestHomeDirHelper(_ *testing.T) {
if !testutil.WantHelperProcess() {
return
}