policy: fix incorrect policy in tests

This commit is contained in:
Michael Muré
2024-09-09 19:32:53 +02:00
parent 6a17270545
commit 97c9990045

View File

@@ -16,7 +16,9 @@ func TestIpldRoundTrip(t *testing.T) {
["any", ".tags",
["or", [
["==", ".", "news"],
["==", ".", "press"]]]
["==", ".", "press"]
]]
]
]`
for _, tc := range []struct {