Skip to content

Commit

Permalink
run poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ShNadi committed Jul 7, 2022
1 parent 1c75497 commit 3e0b9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_extractor/tests/test_whatsapp_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

EXPECTED = [
{'username': 'person1', 'Total number of words': 20, 'Number of URLs': 1,
'Number of shared locations': 1,'file_no': 0, 'Number of messages': 3,
'Number of shared locations': 1, 'file_no': 0, 'Number of messages': 3,
'Date first message': pd.to_datetime('2022-03-16 15:20:25'),
'Date last message': pd.to_datetime('2022-03-24 20:19:38'),
'user_reply2': 'person2', 'reply_2_user': 'person2'},
Expand Down

0 comments on commit 3e0b9ce

Please sign in to comment.