Skip to content

Commit

Permalink
Blind's Cell unit test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchav committed Jun 24, 2024
1 parent f32f5aa commit d656001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/alttp/test/dungeons/TestThievesTown.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def testThievesTown(self):

["Thieves' Town - Blind's Cell", False, []],
["Thieves' Town - Blind's Cell", False, [], ['Big Key (Thieves Town)']],
["Thieves' Town - Blind's Cell", True, ['Big Key (Thieves Town)']],
["Thieves' Town - Blind's Cell", False, [], ['Small Key (Thieves Town)']],
["Thieves' Town - Blind's Cell", True, ['Big Key (Thieves Town)', 'Small Key (Thieves Town)']],

["Thieves' Town - Boss", False, []],
["Thieves' Town - Boss", False, [], ['Big Key (Thieves Town)']],
Expand Down

0 comments on commit d656001

Please sign in to comment.