From 2ca48f2528669bcf5b3c8d40a39794bdf51910cb Mon Sep 17 00:00:00 2001 From: Silvris <58583688+Silvris@users.noreply.github.com> Date: Mon, 20 May 2024 16:15:07 -0500 Subject: [PATCH] thought this would print seed --- worlds/kdl3/test/test_shuffles.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/worlds/kdl3/test/test_shuffles.py b/worlds/kdl3/test/test_shuffles.py index ffa70977f7..c2ba9acf37 100644 --- a/worlds/kdl3/test/test_shuffles.py +++ b/worlds/kdl3/test/test_shuffles.py @@ -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