Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Mar 8, 2024
1 parent 1b88551 commit 78c2138
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_fonll.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ def test_FONLLInfo():
name_list = [
"ffns3",
"ffn03",
"ffns4til",
"ffns4bar",
"ffns4zeromass",
"ffns4massive",
"ffn04",
"ffns5til",
"ffns5bar",
"ffns5zeromass",
"ffns5massive",
]
assert fullfonll_fake_info.fk_paths == {
name: pathlib.Path(fk) for name, fk in zip(name_list, full_list)
Expand Down

0 comments on commit 78c2138

Please sign in to comment.