Skip to content

Commit e2e373d

Browse files
committed
Updated tests for new tables in #40
1 parent 7f9eaa7 commit e2e373d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_save_tweets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def test_tables(db):
3939
"media_tweets",
4040
"since_id_types",
4141
"since_ids",
42+
"count_history_types",
43+
"count_history",
4244
} == set(db.table_names())
4345
# And check for indexes
4446
following_indexes = {tuple(i.columns) for i in db["following"].indexes}

0 commit comments

Comments
 (0)