Skip to content

Commit

Permalink
fix: adjust fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravio1i committed Nov 11, 2021
1 parent 7d1e7f6 commit 5e25b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ def event_fixture(config_fixture):
gcal_event_id="abc123",
gcal_calendar_name="Default",
gcal_calendar_id="dude@gmail.com",
time_start=datetime(2021, 8, 1, 12, 30),
time_end=datetime(2021, 8, 1, 14, 30),
time_start="2021-08-01T12:30:00+02:00",
time_end="2021-08-01T14:30:00+02:00",
recurrent_event="",
time_last_updated=datetime(2021, 10, 1, 2, 30),
time_last_updated="2021-10-01T02:30:00+02:00",
time_last_synced="2021-10-12T07:47",
notion_page_url="https://www.notion.so",
gcal_page_url="calendar.google.com",
Expand Down

0 comments on commit 5e25b2f

Please sign in to comment.