We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61349fe commit 5f80b6bCopy full SHA for 5f80b6b
cap/file_test.go
@@ -24,7 +24,7 @@ func TestFieCaps(t *testing.T) {
24
}
25
26
got2 := c.CapEff
27
- want2 := true
+ want2 := FileCapEff(true)
28
if got2 != want2 {
29
t.Errorf("got %v\nwant %v", got2, want2)
30
0 commit comments