mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-23 22:41:39 +00:00
Fix test case where media_base should never be None
This commit is contained in:
@@ -86,7 +86,7 @@ chat_data_merged = {
|
|||||||
"their_avatar": os.path.join(BASE_PATH, "Media", "Profile", "12345678-1709851420.thumb"),
|
"their_avatar": os.path.join(BASE_PATH, "Media", "Profile", "12345678-1709851420.thumb"),
|
||||||
"their_avatar_thumb": None,
|
"their_avatar_thumb": None,
|
||||||
"status": None,
|
"status": None,
|
||||||
"media_base": None,
|
"media_base": "",
|
||||||
"messages": {
|
"messages": {
|
||||||
"24690": {
|
"24690": {
|
||||||
"from_me": True,
|
"from_me": True,
|
||||||
|
|||||||
Reference in New Issue
Block a user