Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 24, 2024
1 parent f447d06 commit 1064810
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions unittests/test_multicast_routing_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ def test_creating_new_multicast_routing_entry(self):
# While we're here, let's check a few other basic operations
self.assertEqual(
str(a_multicast),
"0x00000001:0x00000001:{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, "
"16, 17}:{0, 1, 2, 3, 4, 5}")
"0x00000001:0x00000001:"
"{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17}:"
"{0, 1, 2, 3, 4, 5}")
self.assertEqual(
a_multicast,
pickle.loads(pickle.dumps(a_multicast, pickle.HIGHEST_PROTOCOL)))
Expand Down

0 comments on commit 1064810

Please sign in to comment.