Skip to content

Commit

Permalink
Update tests/test_fonll.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Stegeman <[email protected]>
  • Loading branch information
andreab1997 and RoyStegeman authored Oct 10, 2023
1 parent f0ec07c commit 8ad2d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fonll.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_FONLLInfo():
assert partialfonll_fake_info.fk_paths == {
name: pathlib.Path(fk)
for name, fk in zip(
name_list[:2] + name_list[3:4], full_list[:2] + full_list[3:4]
name_list[:2] + name_list[3], full_list[:2] + full_list[3]
)
if fk is not None
}

0 comments on commit 8ad2d1f

Please sign in to comment.