Skip to content

Commit

Permalink
BugFix: Fixed Timestamp in preapproved events fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
destrex271 committed Oct 18, 2023
1 parent df58b50 commit f72752a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/functional_tests/fixtures/approved_events.json
Expand Up @@ -13,8 +13,8 @@
"language": "123456",
"badged": true,
"description_for_badged": "",
"startdate": "2023-01-10",
"enddate": "2023-10-11",
"startdate": "3023-01-10",
"enddate": "3023-10-11",
"summary": "HI summary",
"details": "Summary"
}
Expand All @@ -33,8 +33,8 @@
"language": "123456",
"badged": true,
"description_for_badged": "",
"startdate": "2023-11-10",
"enddate": "2023-12-11",
"startdate": "3023-11-10",
"enddate": "3023-12-11",
"summary": "HI summary",
"details": "Summary"
}
Expand Down

0 comments on commit f72752a

Please sign in to comment.