From ce3804038ec730ef93cafbf70498b2cb8df024e7 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 21 Mar 2021 05:21:57 +0100 Subject: [PATCH] Focus cursed-only location is now removed --- test/hollow_knight/TestBasic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/hollow_knight/TestBasic.py b/test/hollow_knight/TestBasic.py index a85cd630..65c4dc8c 100644 --- a/test/hollow_knight/TestBasic.py +++ b/test/hollow_knight/TestBasic.py @@ -5,7 +5,6 @@ class TestBasic(TestVanilla): def testSimple(self): self.run_location_tests([ - ["Focus", True, []], ["200_Geo-False_Knight_Chest", True, [], []], ["380_Geo-Soul_Master_Chest", False, [], ["Mantis_Claw"]], ]) \ No newline at end of file