Skip to content

Commit

Permalink
umu_test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 14, 2024
1 parent ef01fb1 commit 77447e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions umu/umu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ def test_get_steam_layer_id(self):
Steam environment variables are empty values or non-integers.
"""
os.environ["STEAM_COMPAT_TRANSCODED_MEDIA_PATH"] = ""
os.environ["STEAM_COMPAT_MEDIA_PATH"] = ""
os.environ["STEAM_FOSSILIZE_DUMP_PATH"] = ""
os.environ["DXVK_STATE_CACHE_PATH"] = ""
os.environ["STEAM_COMPAT_MEDIA_PATH"] = "foo"
os.environ["STEAM_FOSSILIZE_DUMP_PATH"] = "bar"
os.environ["DXVK_STATE_CACHE_PATH"] = "baz"
result = umu_run.get_steam_layer_id(os.environ)

self.assertEqual(
Expand Down

0 comments on commit 77447e7

Please sign in to comment.