Skip to content

Commit

Permalink
Fixed double _.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Nov 29, 2024
1 parent 7168f42 commit fa0cb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/tools/test_psyclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def test_psyclone_process_nemo_api_old_psyclone(version):
("gocean1.0", "gocean"),
("gocean", "gocean")
])
def test_psyclone_process_api_new__psyclone(api):
def test_psyclone_process_api_new_psyclone(api):
'''Test running the new PSyclone version. Since this version is not
yet released, we use the Fab internal version number 2.5.0.1 for
now. It uses new API names, and we need to check that the old style
Expand Down

0 comments on commit fa0cb5d

Please sign in to comment.