Skip to content

Commit

Permalink
TST: Fix stylesheet test docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellister-slac committed Aug 8, 2023
1 parent b041e50 commit 97bcebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydm/tests/utilities/test_stylesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def save_and_restore_pydm_stylesheet():
"""
A fixture for ensuring that modifications to the PYDM_STYLESHEET environment variable are restored
even if the test fails. This will prevent any impact to the user's environment, as wel as future tests in the run.
even if the test fails. This will prevent any impact to the user's environment, as well as future tests in the run.
"""
# Back up the stylesheet related variables so they can be restored after the test
env_backup = os.getenv("PYDM_STYLESHEET", None)
Expand Down

0 comments on commit 97bcebe

Please sign in to comment.