Skip to content

Commit

Permalink
update test with updated method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Giancarlo Perrone committed Jun 4, 2020
1 parent 2755fd5 commit 96005cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvis/tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def test_set_edge_smooth(self):

def test_inherit_colors(self):
self.assertTrue(self.g.options.edges.color.inherit)
self.g.inherit_edge_colors_from(False)
self.g.inherit_edge_colors(False)
self.assertFalse(self.g.options.edges.color.inherit)


Expand Down

0 comments on commit 96005cd

Please sign in to comment.