Skip to content

Commit

Permalink
Updated tests for new tables in #40
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 1, 2020
1 parent 7f9eaa7 commit e2e373d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_save_tweets.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def test_tables(db):
"media_tweets",
"since_id_types",
"since_ids",
"count_history_types",
"count_history",
} == set(db.table_names())
# And check for indexes
following_indexes = {tuple(i.columns) for i in db["following"].indexes}
Expand Down

0 comments on commit e2e373d

Please sign in to comment.