Skip to content

Commit d93f487

Browse files
committed
os: fix type verbs to value
1 parent 9e8243e commit d93f487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/os_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ func TestUserCacheDir(t *testing.T) {
25642564
}
25652565

25662566
if !stat.IsDir() {
2567-
t.Fatalf("dir %s is not directory and type is %T", cacheDir, stat.Mode())
2567+
t.Fatalf("dir %s is not directory and type is %v", cacheDir, stat.Mode())
25682568
}
25692569
}
25702570

0 commit comments

Comments
 (0)