Skip to content

Commit

Permalink
fix: missing values in raw data!
Browse files Browse the repository at this point in the history
more realistic test cases.
  • Loading branch information
amindadgar committed Jul 16, 2024
1 parent e0fc425 commit 8505463
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_heatmaps_hourly_mentions.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def test_mentioned_messages():
"metadata": {
"channel_id": chId,
"thread_id": None,
"bot_activity": False,
},
}
prepared_rawmemberactivities.append(prepared_rawdata)
Expand All @@ -80,6 +81,7 @@ def test_mentioned_messages():
"metadata": {
"channel_id": chId,
"thread_id": chId + "AAA", # could be thr_message
"bot_activity": False,
},
}
prepared_rawmemberactivities.append(rawdata_self_interaction)
Expand Down
4 changes: 4 additions & 0 deletions tests/integration/test_heatmaps_reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def test_reacted_messages():
"metadata": {
"channel_id": chId,
"thread_id": None,
"bot_activity": False,
},
},
{
Expand All @@ -82,6 +83,7 @@ def test_reacted_messages():
"metadata": {
"channel_id": chId,
"thread_id": None,
"bot_activity": False,
},
},
{
Expand All @@ -99,6 +101,7 @@ def test_reacted_messages():
"metadata": {
"channel_id": chId,
"thread_id": None,
"bot_activity": False,
},
},
{
Expand All @@ -116,6 +119,7 @@ def test_reacted_messages():
"metadata": {
"channel_id": chId,
"thread_id": None,
"bot_activity": False,
},
},
]
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_heatmaps_replier.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_reply_messages():
"metadata": {
"channel_id": chId,
"thread_id": None,
"bot_activity": False,
},
},
]
Expand Down

0 comments on commit 8505463

Please sign in to comment.