Skip to content

Commit

Permalink
Change key to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrnetp committed Dec 12, 2024
1 parent 7d0c365 commit 5c4547b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwtools/tests/drivers/test_chgres_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_ChgresCube_namelist_file_missing_base_file(caplog, driverobj):

def test_ChgresCube_output(driverobj):
files = ["out.atm.tile7.nc", "out.sfc.tile7.nc"]
expected = {"NetCDFfiles": [str(driverobj.rundir / file) for file in files]}
expected = {"netcdffiles": [str(driverobj.rundir / file) for file in files]}
assert driverobj.output == expected


Expand Down

0 comments on commit 5c4547b

Please sign in to comment.