We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6578ce0 commit fad47c7Copy full SHA for fad47c7
1 file changed
tests/test_strategy_loader.py
@@ -41,7 +41,7 @@ def test_load_strategy_entrypoint_resolves_soxl_soxx_trend_income(self):
41
self.assertEqual(entrypoint.manifest.profile, "soxl_soxx_trend_income")
42
self.assertEqual(
43
entrypoint.manifest.default_config["managed_symbols"],
44
- ("SOXL", "SOXX", "BOXX", "QQQI", "SPYI"),
+ ("SOXL", "SOXX", "BOXX", "SCHD", "DGRO", "SGOV", "SPYI", "QQQI"),
45
)
46
47
def test_load_strategy_entrypoint_rejects_archived_mega_cap_dynamic_top20(self):
0 commit comments