Skip to content

Commit

Permalink
Use complete sentence in error
Browse files Browse the repository at this point in the history
  • Loading branch information
drigz authored Nov 5, 2024
1 parent 0d5b21b commit 995ba88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/development/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func validateSubjects(onrKey blocks.ObjectRelation, fs developmentmembership.Fou
log.Err(err).Msg("could not cast columnPosition to uint32")
}
failures = append(failures, &devinterface.DeveloperError{
Message: fmt.Sprintf("For object and permission/relation `%s`, subject `%s` found but missing from specified",
Message: fmt.Sprintf("For object and permission/relation `%s`, subject `%s` found but not listed in expected subjects",
tuple.StringONR(onr),
tuple.StringONR(foundSubject.Subject()),
),
Expand Down

0 comments on commit 995ba88

Please sign in to comment.