From 1244477473085a4bbb59f42a076ba2e66fba1592 Mon Sep 17 00:00:00 2001 From: CookieCat <81494827+CookieCat45@users.noreply.github.com> Date: Mon, 13 May 2024 16:02:54 -0400 Subject: [PATCH] Update worlds/ahit/test/TestActs.py Co-authored-by: Aaron Wagener --- worlds/ahit/test/TestActs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/worlds/ahit/test/TestActs.py b/worlds/ahit/test/TestActs.py index b49259c947..c8b9b145e8 100644 --- a/worlds/ahit/test/TestActs.py +++ b/worlds/ahit/test/TestActs.py @@ -4,8 +4,7 @@ from . import HatInTimeTestBase class TestActs(HatInTimeTestBase): - def run_default_tests(self) -> bool: - return False + run_default_tests = False def testAllStateCanReachEverything(self): pass