Skip to content

Commit

Permalink
umu_test: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 14, 2024
1 parent b74c942 commit ef01fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions umu/umu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ def tearDown(self):
def test_get_steam_layer_id(self):
"""Test get_steam_layer_id.
Neither an IndexError or ValueError should be raised when
Steam environment variables are empty values.
An IndexError and a ValueError should be handled when
Steam environment variables are empty values or non-integers.
"""
os.environ["STEAM_COMPAT_TRANSCODED_MEDIA_PATH"] = ""
os.environ["STEAM_COMPAT_MEDIA_PATH"] = ""
Expand Down

0 comments on commit ef01fb1

Please sign in to comment.