Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Oct 7, 2024
1 parent 2d43d69 commit 54ad72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cgsmiles/tests/test_cgsmile_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ def test_read_cgsmiles(smile, nodes, edges, orders):
None),
# \ fragment split
("[>]CC(\F)=[<]",
"CC(F)=",
"CC(F)",
{0: [">1"], 1: ["<2"]},
None,
{2: (2, 1, '\\')}),
# / fragment split
("[>]CC(/F)=[<]",
"CC(F)=",
"CC(F)",
{0: [">1"], 1: ["<2"]},
None,
{2: (2, 1, '/')}),
Expand Down

0 comments on commit 54ad72b

Please sign in to comment.