Skip to content

Commit 3790422

Browse files
committed
Fix outdated comment
1 parent bdc9520 commit 3790422

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dispatch/test/server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
class DispatchServer:
99
"""Test server for a Dispatch service. This is useful for testing
10-
a mock version of Dispatch locally (e.g. see MockDispatchService).
10+
a mock version of Dispatch locally (e.g. see
11+
dispatch.test.DispatchService).
1112
1213
Args:
1314
service: Dispatch service to serve.

0 commit comments

Comments
 (0)