Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
2001092236 committed Nov 26, 2024
1 parent 2772e1c commit 0c32d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_graph_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_init(self):
self.assertEqual(self.G.node_distrs, self.node_distrs)

@mock.patch(
"graph_class.Ipython.display.Image",
"Ipython.display.Image",
MagicMock(return_value=["mess"]),
)
def test_visualize(self):
Expand Down

0 comments on commit 0c32d97

Please sign in to comment.