Skip to content

Commit

Permalink
Add Telegram tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joweich committed Nov 19, 2023
1 parent 9b6cc32 commit 3663ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_telegram_single_export():


def test_telegram_batch_export():
parser = TelegramJsonParser("test/telegram/test_single_export.json", "Chatname")
parser = TelegramJsonParser("test/telegram/test_batch_export.json", "Chatname")
parser.parse_file()
df_res = parser.parsed_messages.get_df()
df_test = pd.read_csv(
Expand Down

0 comments on commit 3663ace

Please sign in to comment.