Skip to content
Snippets Groups Projects
Unverified Commit 2f60fc51 authored by gsn9's avatar gsn9 Committed by GitHub
Browse files

Update test_edge.py

parent a3a29082
No related branches found
No related tags found
No related merge requests found
...@@ -330,7 +330,7 @@ class TestEdge(unittest.TestCase): ...@@ -330,7 +330,7 @@ class TestEdge(unittest.TestCase):
# populated # populated
with self.assertLogs() as captured: with self.assertLogs() as captured:
e.overlap_check() 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 # Should work after MBRs are set
e["source_mbr"] = (1, 1, 1, 1) e["source_mbr"] = (1, 1, 1, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment