Skip to content

Commit

Permalink
Add flags to sample role
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Sep 30, 2023
1 parent ab218ad commit 2a17153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/http/managers/role_manager_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ final sampleRole = {
"position": 1,
"permissions": "66321471",
"managed": false,
"mentionable": false
"mentionable": false,
"flags": 0,
};

void checkRole(Role role) {
Expand Down

0 comments on commit 2a17153

Please sign in to comment.