Skip to content

Commit

Permalink
spelling: title
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref authored and armfazh committed Sep 6, 2023
1 parent 171c418 commit dad2166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abe/cpabe/tkn20/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func checkPolicy(in map[string][]string) bool {

func Example() {
policyStr := `(occupation: doctor) and (country: US)`
invalidPolicyStr := `(ocupation: doctor) and (country: pacific)`
invalidPolicyStr := `(title: doctor) and (country: pacific)`
msgStr := `must have the precious 🎃`
wrongAttrsMap := map[string]string{"occupation": "doctor", "country": "croatia"}
rightAttrsMap := map[string]string{"occupation": "doctor", "country": "US", "age": "16"}
Expand Down

0 comments on commit dad2166

Please sign in to comment.