Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2024
1 parent 5a35809 commit bb851bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def test_pull_data(db_session, input_data_last_updated_sql):


tomorrow_date = (datetime.today() + timedelta(days=1)).date()


@freeze_time(tomorrow_date)
def test_pull_data_night_time(db_session):
gsps = [
Expand Down

0 comments on commit bb851bb

Please sign in to comment.