Skip to content

Commit

Permalink
Merge pull request #101 from erictapen/fix-test-get-network-data
Browse files Browse the repository at this point in the history
tests: fix get_network_data assertion
  • Loading branch information
jhunpingco committed Oct 21, 2021
2 parents 0703ec0 + 158a34d commit 144d240
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 @@ -114,7 +114,7 @@ def test_length(self):
self.assertEqual(g.num_nodes(), 1)

def test_get_network_data(self):
self.assertEqual(len(self.g.get_network_data()), 5)
self.assertEqual(len(self.g.get_network_data()), 6)


class EdgeTestCase(unittest.TestCase):
Expand Down

0 comments on commit 144d240

Please sign in to comment.