policy: fix incorrect policy in tests
This commit is contained in:
@@ -16,7 +16,9 @@ func TestIpldRoundTrip(t *testing.T) {
|
||||
["any", ".tags",
|
||||
["or", [
|
||||
["==", ".", "news"],
|
||||
["==", ".", "press"]]]
|
||||
["==", ".", "press"]
|
||||
]]
|
||||
]
|
||||
]`
|
||||
|
||||
for _, tc := range []struct {
|
||||
|
||||
Reference in New Issue
Block a user