Skip to content

Commit

Permalink
rename datastore for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sadamov committed Nov 30, 2024
1 parent a3b3bde commit 3ffc413
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ def download_meps_example_reduced_dataset():
dummydata=None,
)

DATASTORES_BOUNDARY_EXAMPLES = dict(
mdp=(
DATASTORES_BOUNDARY_EXAMPLES = {
"mdp": (
DATASTORE_EXAMPLES_ROOT_PATH
/ "mdp"
/ "era5_1000hPa_winds"
/ "era5_1000hPa_danra_100m_winds"
/ "era5.datastore.yaml"
)
)
),
}

DATASTORES[DummyDatastore.SHORT_NAME] = DummyDatastore

Expand Down

0 comments on commit 3ffc413

Please sign in to comment.