From 65f61d7e71230ec473a99d7299bd8f24bd07096d Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 13 Jun 2024 13:30:49 +0200 Subject: [PATCH] add test_import_hmle --- tests/test_HMLE.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_HMLE.py b/tests/test_HMLE.py index 03b9f0e..0808d86 100644 --- a/tests/test_HMLE.py +++ b/tests/test_HMLE.py @@ -5,4 +5,5 @@ def test_import_hmle(): success = True except: success = False - assert success \ No newline at end of file + assert success + \ No newline at end of file