Skip to content

Commit

Permalink
tests: format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba committed Feb 19, 2024
1 parent 70d94b6 commit a6eafae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def local_ref_resolver_store_factory():

@pytest.fixture(scope="module")
def app_config(app_config):
app_config[
"RECORDS_REFRESOLVER_CLS"
] = "invenio_records.resolver.InvenioRefResolver"
app_config["RECORDS_REFRESOLVER_CLS"] = (
"invenio_records.resolver.InvenioRefResolver"
)
app_config["RECORDS_REFRESOLVER_STORE"] = local_ref_resolver_store_factory()
return app_config

Expand Down

0 comments on commit a6eafae

Please sign in to comment.