diff --git a/worlds/jakanddaxter/test/test_trades.py b/worlds/jakanddaxter/test/test_trades.py index 0277a923..92552f9d 100644 --- a/worlds/jakanddaxter/test/test_trades.py +++ b/worlds/jakanddaxter/test/test_trades.py @@ -6,7 +6,8 @@ class TradesCostNothingTest(JakAndDaxterTestBase): "enable_orbsanity": 2, "global_orbsanity_bundle_size": 10, "citizen_orb_trade_amount": 0, - "oracle_orb_trade_amount": 0 + "oracle_orb_trade_amount": 0, + "start_inventory": {"Power Cell": 100}, } def test_orb_items_are_filler(self): @@ -24,7 +25,8 @@ class TradesCostEverythingTest(JakAndDaxterTestBase): "enable_orbsanity": 2, "global_orbsanity_bundle_size": 10, "citizen_orb_trade_amount": 120, - "oracle_orb_trade_amount": 150 + "oracle_orb_trade_amount": 150, + "start_inventory": {"Power Cell": 100}, } def test_orb_items_are_progression(self):