Skip to content

Commit

Permalink
Fix PDBx test.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvlaurent committed Nov 4, 2024
1 parent b7ad374 commit fdafb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/structure/test_pdbx.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_split_one_line(cif_line, expected_fields):
"""
Test whether values that have an embedded quote are properly escaped.
"""
assert pdbx.cif._split_one_line(cif_line) == expected_fields
assert list(pdbx.cif._split_one_line(cif_line)) == expected_fields


@pytest.mark.parametrize(
Expand Down

0 comments on commit fdafb18

Please sign in to comment.