Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Oct 4, 2024
1 parent 306e689 commit 8869301
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ def test_add_members_to_org_with_role(self):
request = self.factory.get("/", **self.extra)
response = view(request, user="denoinc")
self.assertEqual(response.status_code, 200)
# items can be in any order
self.assertTrue(
any(
item["user"] == "aboy" and item["role"] == "editor"
Expand Down

0 comments on commit 8869301

Please sign in to comment.