aboutsummaryrefslogtreecommitdiff
path: root/internal/conf/computed_test.go
diff options
context:
space:
mode:
authordeepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>2022-03-06 15:46:21 +0800
committerGitHub <noreply@github.com>2022-03-06 15:46:21 +0800
commit3acc13038dfe5e0643112140d329c6eb0ed4cd6a (patch)
tree7205f5757e00f509670cbd61e7b01dfaf8092f11 /internal/conf/computed_test.go
parentab96a4f0d840987797e79ec7e3a4b02a7b6880e7 (diff)
autofix: unused parameter should be replaced by underscore (#6799)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
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
}