Formatting...

This commit is contained in:
Raffson
2023-02-02 21:37:53 +01:00
parent a1cc3412e8
commit d410f9d3c4
34 changed files with 4 additions and 43 deletions

View File

@@ -106,7 +106,6 @@ class TestFactionLoader(unittest.TestCase):
@pytest.mark.skip(reason="Faction unit names in the json files are outdated")
def test_load_valid_faction_with_invalid_country(self) -> None:
with (RESOURCES_DIR / "invalid_faction_country.json").open("r") as data:
try:
Faction.from_json(json.load(data))