Skip to content

Commit

Permalink
Remove impossible commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Nov 15, 2024
1 parent ecdf800 commit b2cd9d2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ def teardown_class(cls):
cls.group_friends.delete()
assert cls.client.groups.count() == 0

# cls.user_aron.delete()
# cls.user_bill.delete()
# assert cls.client.users.count() == 0

def test_permissions_add_destroy(self):
assert self.client.groups.count() == 1
assert self.client.users.count() == 3
Expand Down

0 comments on commit b2cd9d2

Please sign in to comment.