Skip to content

Commit 5c70800

Browse files
committed
chore: remove duplicate test case
1 parent 8cab295 commit 5c70800

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/golinters/usetesting/testdata/usetesting_configuration.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ func Test_osMkdirTemp(t *testing.T) {
2424
os.MkdirTemp("", "")
2525
}
2626

27-
func Test_osSetenv(t *testing.T) {
28-
os.Setenv("", "") // want `os\.Setenv\(\) could be replaced by t\.Setenv\(\) in .+`
29-
}
30-
3127
func Test_osTempDir(t *testing.T) {
3228
os.TempDir() // want `os\.TempDir\(\) could be replaced by t\.TempDir\(\) in .+`
3329
}

0 commit comments

Comments
 (0)