Skip to content

Commit

Permalink
adapt stub run function for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whilenot-dev committed Dec 5, 2024
1 parent 396f846 commit fe854b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/supervisors/test_multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def app(scope: Scope, receive: ASGIReceiveCallable, send: ASGISendCallable
pass # pragma: no cover


def run(sockets: list[socket.socket] | None) -> None:
def run(sockets: list[socket.socket] | None, process_num: int) -> None:
while True: # pragma: no cover
time.sleep(1)

Expand Down

0 comments on commit fe854b4

Please sign in to comment.