Unverified Commit 2f60fc51 authored by gsn9's avatar gsn9 Committed by GitHub
Browse files

Update test_edge.py

parent a3a29082
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)