Skip to content

Commit 29dcc56

Browse files
committed
update tests as more is published to project
1 parent 4850a61 commit 29dcc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intake_esgf/tests/project/test_cmip6plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_cmip6_discovery():
1616
member_id=["f2023-r6i1p1f1", "f2023-r11i1p1f1", "f2023-r11i1p1f3"],
1717
variable_id=["tasmax", "mrsofc"],
1818
)
19-
assert len(cat.df) == 3
19+
assert len(cat.df) == 4
2020
assert len(cat.model_groups()) == 3
2121
cat.remove_ensembles()
2222
assert len(cat.df) == 2

0 commit comments

Comments
 (0)