Skip to content

Commit

Permalink
Remove automatic test fail assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Mar 8, 2024
1 parent f43ccdb commit bf5b055
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_mbfxml2ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,6 @@ def test_tree_order(self):
write_ex(ex_file, data)
self.assertTrue(os.path.exists(ex_file))

self.assertTrue(False)


class VesselConnectionTestCase(unittest.TestCase):

Expand Down

0 comments on commit bf5b055

Please sign in to comment.