Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Apr 3, 2024
1 parent ffd04c3 commit 77b5526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def setup(self, source: str):
@pytest.fixture(autouse=True)
def set_time(time_machine):
time_machine.move_to(datetime.datetime(2024, 3, 14, 0, 0, 0, 0),tick=False)
time_machine.move_to(datetime.datetime(2024, 3, 14, 1, 0, 0, 0),tick=False)
yield
"""
)
Expand Down

0 comments on commit 77b5526

Please sign in to comment.