diff --git a/autocnet/graph/tests/test_edge.py b/autocnet/graph/tests/test_edge.py index dd05711e3b7b3a75af43d14df137e109598bab10..c9dc8a748d280a81b1d040fdae5b9a33f5109801 100644 --- a/autocnet/graph/tests/test_edge.py +++ b/autocnet/graph/tests/test_edge.py @@ -330,7 +330,7 @@ class TestEdge(unittest.TestCase): # populated with self.assertLogs() as captured: e.overlap_check() - self.assertTrue("Overlap between" not in captured.records[0].getMessage()) # and it is the proper one + self.assertTrue("Overlap between" not in captured.records[0].getMessage()) # Should work after MBRs are set e["source_mbr"] = (1, 1, 1, 1) @@ -346,4 +346,4 @@ class TestEdge(unittest.TestCase): d = node.Node(node_id=1) e = edge.Edge(s, d) - e.matches = ['a', 'b', 'c'] \ No newline at end of file + e.matches = ['a', 'b', 'c']