Skip to content

Commit

Permalink
Merge pull request #89 from lucasrodes/release/0.3.0
Browse files Browse the repository at this point in the history
bug in test
  • Loading branch information
lucasrodes committed Jun 26, 2020
2 parents 30a98e2 + 0867ef4 commit d4fb500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/whatsapp/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
filename1 = os.path.join(chats_merge_path, 'file1.txt')
filename2 = os.path.join(chats_merge_path, 'file2.txt')
# Chat hosted on repo
filepath_url = "http://raw.githubusercontent.com/lucasrodes/whatstk/master/chats/example.txt"
# filepath_url = "http://raw.githubusercontent.com/lucasrodes/whatstk/master/chats/whatsapp/pokemon.txt"
# filepath_url = "http://raw.githubusercontent.com/lucasrodes/whatstk/master/chats/example.txt"
filepath_url = "http://raw.githubusercontent.com/lucasrodes/whatstk/master/chats/whatsapp/pokemon.txt"


def test_df_from_txt_whatsapp():
Expand Down

0 comments on commit d4fb500

Please sign in to comment.