Skip to content

Commit

Permalink
fix: test case!
Browse files Browse the repository at this point in the history
if from_date was equal to `None`, it would use the modules fromDate which in our case the modules date wasn't configured correctly!
  • Loading branch information
amindadgar committed Jan 24, 2024
1 parent 1912a61 commit 7c11ebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def setup_db(
"platforms": [
{
"platformId": platform_id,
"fromDate": datetime(2023, 10, 1),
"fromDate": datetime(2023, 1, 1),
"options": {
"channels": channels,
"roles": ["role_id"],
Expand Down

0 comments on commit 7c11ebd

Please sign in to comment.