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 Aug 21, 2024
1 parent 32b2882 commit 285f262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diracx-db/tests/jobs/test_jobDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async def job_db(tmp_path):
await conn.run_sync(job_db.metadata.create_all)
yield job_db


async def test_search_parameters(job_db):
"""Test that we can search specific parameters for jobs in the database."""
async with job_db as job_db:
Expand Down

0 comments on commit 285f262

Please sign in to comment.