diff --git a/tests/test_utils.py b/tests/test_utils.py index 68c95c2..fee3613 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -146,4 +146,5 @@ def test_set_port_for_macos(): port = 5000 if sys.platform.lower() in ["darwin", 'linux']: port = 5002 - assert not port == 5000 \ No newline at end of file + assert not port == 5000 + \ No newline at end of file