thought this would print seed

This commit is contained in:
Silvris
2024-05-20 16:15:07 -05:00
parent d5a0ef4760
commit 2ca48f2528

View File

@@ -181,7 +181,8 @@ class TestAnimalShuffle(KDL3TestBase):
placed_names = set([item.name for item in placed])
self.assertEqual(len(placed), len(placed_names),
f"Duplicate animal placed in problematic locations:"
f" {[spawn.location for spawn in placed]}")
f" {[spawn.location for spawn in placed]}, "
f"Seed: {self.multiworld.seed}")
class TestAllShuffle(KDL3TestBase):
@@ -253,7 +254,8 @@ class TestAllShuffle(KDL3TestBase):
placed_names = set([item.name for item in placed])
self.assertEqual(len(placed), len(placed_names),
f"Duplicate animal placed in problematic locations:"
f" {[spawn.location for spawn in placed]}")
f" {[spawn.location for spawn in placed]}, "
f"Seed: {self.multiworld.seed}")
def test_cutter_and_burning_reachable(self) -> None:
rooms = self.multiworld.worlds[1].rooms