Skip to content

Commit

Permalink
missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysintreble committed Aug 9, 2023
1 parent 902851d commit ef38f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/ladx/test/testShop.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ class PlandoTest(LADXTestBase):
options = {
"plando_items": [{
"items": {
"Progressive Sword": 2
"Progressive Sword": 2,
},
"locations": [
"Shop 200 Item (Mabe Village)",
"Shop 980 Item (Mabe Village)"
"Shop 980 Item (Mabe Village)",
],
}],
}
Expand Down

0 comments on commit ef38f36

Please sign in to comment.