Skip to content

Commit

Permalink
Update comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchofstring committed Nov 9, 2024
1 parent a24673f commit 8e27185
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worker/source/test/mock_socket_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

# Could be achieved via mocker, but this class is test-framework-agnostic
class MockSocketObject:
# Not strictly necessary, but certainly improves speed and isolation
# from the host system state (which is irrelevant to this test)
# Not strictly necessary, but improves performance
@staticmethod
def bind(_):
pass
Expand Down

0 comments on commit 8e27185

Please sign in to comment.