Skip to content

Commit

Permalink
fixed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
BowenD-UCB committed Sep 12, 2024
1 parent 1b7dc3b commit e842fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_directed_edge(capsys) -> None:
captured = capsys.readouterr()
expected_message = (
"!!!!!! the two directed edges are equal but this operation is "
"not supposed to happen",
"not supposed to happen\n"
)
assert captured.err == expected_message
assert edge != undirected
Expand Down

0 comments on commit e842fd1

Please sign in to comment.