From 1f148cb3d88c57076aeaf06e89b4b078697df820 Mon Sep 17 00:00:00 2001 From: CookieCat Date: Mon, 13 May 2024 16:04:25 -0400 Subject: [PATCH] fix so default tests actually don't run --- worlds/ahit/test/TestActs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/worlds/ahit/test/TestActs.py b/worlds/ahit/test/TestActs.py index c8b9b145e8..14f49f2ded 100644 --- a/worlds/ahit/test/TestActs.py +++ b/worlds/ahit/test/TestActs.py @@ -5,9 +5,6 @@ from . import HatInTimeTestBase class TestActs(HatInTimeTestBase): run_default_tests = False - - def testAllStateCanReachEverything(self): - pass options = { "ActRandomizer": 2,