Skip to content

Commit

Permalink
Update operations_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
drigz authored Nov 5, 2024
1 parent 995ba88 commit dd8a214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/development/wasm/operations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ assertFalse: garbage
`assertTrue:
- document:somedoc#view@user:jimmy`,
&devinterface.DeveloperError{
Message: "For object and permission/relation `document:somedoc#view`, subject `user:jimmy` found but missing from specified",
Message: "For object and permission/relation `document:somedoc#view`, subject `user:jimmy` found but not listed in expected subjects",
Kind: devinterface.DeveloperError_EXTRA_RELATIONSHIP_FOUND,
Source: devinterface.DeveloperError_VALIDATION_YAML,
Context: "document:somedoc#view",
Expand Down

0 comments on commit dd8a214

Please sign in to comment.