Skip to content

Commit

Permalink
umu_util: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Apr 12, 2024
1 parent 9f56fa1 commit 6a674ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/umu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def test_update_umu(self):
# Subtract one because a symbolic link is dynamically created
self.assertEqual(
num_share,
num_local - 1,
num_local,
"Expected .local/share/Steam/compatibilitytools.d/umu-launcher"
"and /usr/share/umu/umu-launcher to contain same files",
)
Expand Down

0 comments on commit 6a674ef

Please sign in to comment.