Skip to content

Commit 5f80b6b

Browse files
committed
Fix test
1 parent 61349fe commit 5f80b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cap/file_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestFieCaps(t *testing.T) {
2424
}
2525

2626
got2 := c.CapEff
27-
want2 := true
27+
want2 := FileCapEff(true)
2828
if got2 != want2 {
2929
t.Errorf("got %v\nwant %v", got2, want2)
3030
}

0 commit comments

Comments
 (0)