Skip to content

Commit

Permalink
wip: wrong syntax for callable
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Jan 10, 2025
1 parent 337b04a commit 7d5e7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_aux_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_aux_files_attach_fesom_mesh(
{
"name": "mesh",
"path": str(mesh),
"loader": "pyfesom2.load_mesh_data:load_mesh",
"loader": "pyfesom2.load_mesh_data.load_mesh",
},
]
attach_files_to_rule(rule)
Expand Down

0 comments on commit 7d5e7fe

Please sign in to comment.