Skip to content

Commit 7553a1a

Browse files
committed
review
1 parent 18417ec commit 7553a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/usetesting/testdata/usetesting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func Test_osMkdirTemp(t *testing.T) {
1111
}
1212

1313
func Test_osSetenv(t *testing.T) {
14-
os.Setenv("", "") // want `s\.Setenv\(\) could be replaced by t\.Setenv\(\) in .+`
14+
os.Setenv("", "") // want `os\.Setenv\(\) could be replaced by t\.Setenv\(\) in .+`
1515
}
1616

1717
func Test_osTempDir(t *testing.T) {

0 commit comments

Comments
 (0)