Skip to content

Commit 034a1dc

Browse files
committed
Fix unit test
1 parent 0565fd3 commit 034a1dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_outputs_netcdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_ensemble():
192192
output_filename = os.path.join(temp_dir, "test_20230101T06Z.nc")
193193
with xr.open_dataset(output_filename) as file:
194194
# Check that altitude variable has attributes
195-
assert "altitude" not in file.variables
195+
assert "altitude" in file.variables
196196

197197

198198
def test_domain_name():

0 commit comments

Comments
 (0)