test: fix skipped trade price update test
app.run() unconditionally resets data source registration via the live-mode initialize_data_sources path, breaking backtest-mode setups that used initialize_data_sources_backtest first. Drive EventLoopService directly instead of app.run() in this test.
M
marcvanduyn committed
585c1de166fd4ffdd39c253a77efc8d797566b53
Parent: b93679a