Skip to content

Commit

Permalink
correct the call to write_orso
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Jan 13, 2025
1 parent f7aeffc commit 47355ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mr_reduction/test_io_orso.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

def test_write_orso_output_file_extension():
with pytest.raises(ValueError, match="Output file must have .ort extension"):
write_orso([], "output_file", "cross_section")
write_orso([], "output_file")


@pytest.mark.datarepo()
Expand Down

0 comments on commit 47355ee

Please sign in to comment.