Skip to content

Commit

Permalink
Changed permissions test with latest change
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 authored and glpatcern committed Jun 21, 2021
1 parent dad3b32 commit cd8764b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestNewPermissionsWithInvalidValueShouldFail(t *testing.T) {
vals := []int{
int(PermissionInvalid),
-1,
int(PermissionAll) + 1,
int(PermissionNone) + 1,
}
for _, v := range vals {
_, err := NewPermissions(v)
Expand Down

0 comments on commit cd8764b

Please sign in to comment.