diff options
-rw-r--r-- | test/test_span.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_span.py b/test/test_span.py index dc0110dbe07..d8b65252162 100644 --- a/test/test_span.py +++ b/test/test_span.py @@ -102,7 +102,7 @@ class TestSpan(VppTestCase): for i in self.interfaces: last_info[i.sw_if_index] = None dst_sw_if_index = dst_if.sw_if_index - self.AssertEqual( + self.assertEqual( len(capture_pg1), len(capture_pg2), "Different number of outgoing and mirrored packets : %u != %u" % |