Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Apr 4, 2023
1 parent 35aa856 commit e90af33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projectroles/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3470,7 +3470,7 @@ def test_delete_app_settings_contributor(self):
self.project,
self.user_contrib,
),
'',
False,
)

def test_delete_app_settings_inherit(self):
Expand Down Expand Up @@ -3507,7 +3507,7 @@ def test_delete_app_settings_inherit(self):
self.project,
self.user_contrib,
),
'',
False,
)

def test_delete_app_settings_children(self):
Expand Down Expand Up @@ -3546,7 +3546,7 @@ def test_delete_app_settings_children(self):
self.project,
self.user_new,
),
'',
False,
)


Expand Down

0 comments on commit e90af33

Please sign in to comment.