Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yacmov committed May 30, 2024
1 parent 8ca2eaa commit efbaf65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
assert not port == 5000

0 comments on commit efbaf65

Please sign in to comment.