Skip to content

Commit

Permalink
Update for name
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Dec 15, 2023
1 parent 7f85663 commit 77fc1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwp_consumer/internal/inputs/cmc/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_mapTemp(self) -> None:
("variable", "init_time", "step", "latitude", "longitude"),
)
# Check that the parameter is renamed
self.assertEqual(out["variable"].values[0], "v")
self.assertEqual(out["variable"].values[0], "v10")

# Test with europe file
testFilePath: pathlib.Path = (
Expand Down

0 comments on commit 77fc1f8

Please sign in to comment.