Skip to content

Commit fad47c7

Browse files
committed
Update LongBridge managed symbol expectations
1 parent 6578ce0 commit fad47c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_strategy_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_load_strategy_entrypoint_resolves_soxl_soxx_trend_income(self):
4141
self.assertEqual(entrypoint.manifest.profile, "soxl_soxx_trend_income")
4242
self.assertEqual(
4343
entrypoint.manifest.default_config["managed_symbols"],
44-
("SOXL", "SOXX", "BOXX", "QQQI", "SPYI"),
44+
("SOXL", "SOXX", "BOXX", "SCHD", "DGRO", "SGOV", "SPYI", "QQQI"),
4545
)
4646

4747
def test_load_strategy_entrypoint_rejects_archived_mega_cap_dynamic_top20(self):

0 commit comments

Comments
 (0)