We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18417ec commit 7553a1aCopy full SHA for 7553a1a
pkg/golinters/usetesting/testdata/usetesting.go
@@ -11,7 +11,7 @@ func Test_osMkdirTemp(t *testing.T) {
11
}
12
13
func Test_osSetenv(t *testing.T) {
14
- os.Setenv("", "") // want `s\.Setenv\(\) could be replaced by t\.Setenv\(\) in .+`
+ os.Setenv("", "") // want `os\.Setenv\(\) could be replaced by t\.Setenv\(\) in .+`
15
16
17
func Test_osTempDir(t *testing.T) {
0 commit comments