Skip to content

Commit

Permalink
SporeModManager: correct mod name in test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jul 13, 2024
1 parent 5358702 commit f0098b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SporeModManager/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,9 @@ def test_update_modapi():
assert result.stderr == b''

# ensure mod with higher dll build required works
xml = """<mod displayName="test_list_installed_0"
unique="test_list_installed_0"
description="test_list_installed_0"
xml = """<mod displayName="test_update_modapi_0"
unique="test_update_modapi_0"
description="test_update_modapi_0"
installerSystemVersion="1.0.1.1"
dllsBuild="2.5.310">
</mod>"""
Expand Down

0 comments on commit f0098b2

Please sign in to comment.