diff --git a/capability/policy/ipld_test.go b/capability/policy/ipld_test.go index b400f8c..7a23394 100644 --- a/capability/policy/ipld_test.go +++ b/capability/policy/ipld_test.go @@ -16,7 +16,9 @@ func TestIpldRoundTrip(t *testing.T) { ["any", ".tags", ["or", [ ["==", ".", "news"], - ["==", ".", "press"]]] + ["==", ".", "press"] + ]] + ] ]` for _, tc := range []struct {