From 97c99900451e049f384ff94f110e647854c3f37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Mon, 9 Sep 2024 19:32:53 +0200 Subject: [PATCH] policy: fix incorrect policy in tests --- capability/policy/ipld_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {