Skip to content

Commit

Permalink
- fix broken comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 2, 2021
1 parent b93ee49 commit 6687c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OFS/tests/test_DTMLMethod.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_proxyroles_manager(self):
testrole_option.selected = True
self.browser.getControl('Save Changes').click()

# The Python Script should now have a proxy role set
# The DTML Method should now have a proxy role set
self.assertTrue(self.app.dtml_meth.manage_haveProxy(test_role))

def test_proxyroles_nonmanager(self):
Expand Down Expand Up @@ -253,7 +253,7 @@ def test_proxyroles_nonmanager(self):
testrole_option.selected = True
self.browser.getControl('Save Changes').click()

# The Python Script should now have a proxy role set
# The DTML Method should now have a proxy role set
self.assertTrue(self.app.dtml_meth.manage_haveProxy(test_role))

# Cleanup
Expand Down

0 comments on commit 6687c84

Please sign in to comment.