summaryrefslogtreecommitdiff
path: root/shared/tests/test_sa_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'shared/tests/test_sa_models.py')
-rw-r--r--shared/tests/test_sa_models.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/tests/test_sa_models.py b/shared/tests/test_sa_models.py
index 67c3c82..dc6355e 100644
--- a/shared/tests/test_sa_models.py
+++ b/shared/tests/test_sa_models.py
@@ -14,6 +14,10 @@ def test_base_metadata_has_all_tables():
"trades",
"positions",
"portfolio_snapshots",
+ "news_items",
+ "symbol_scores",
+ "market_sentiment",
+ "stock_selections",
}
assert expected == table_names