Skip to content

Commit 67ae4e5

Browse files
committed
rename
1 parent f7bbf50 commit 67ae4e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_10_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from xarray_esgf import Client
44

55

6-
def test_missing_files(tmp_path: Path) -> None:
6+
def test_download(tmp_path: Path) -> None:
77
selection = {"query": '"tas_Amon_EC-Earth3-CC_ssp245_r1i1p1f1_gr_201901-201912.nc"'}
88
client = Client(
99
selection,

tests/test_20_open_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import xarray as xr
44

55

6-
def test_client(tmp_path: Path) -> None:
6+
def test_open_dataset(tmp_path: Path) -> None:
77
selection = {
88
"query": [
99
'"tas_Amon_EC-Earth3-CC_ssp245_r1i1p1f1_gr_201901-201912.nc"',

0 commit comments

Comments
 (0)