diff --git a/extra/modules/using/tests/test-server.factor b/extra/modules/using/tests/test-server.factor index 2fa813a382..3e6b736ae1 100644 --- a/extra/modules/using/tests/test-server.factor +++ b/extra/modules/using/tests/test-server.factor @@ -1,3 +1,3 @@ -USING: modules.rpc-server ; +USING: modules.rpc-server io.servers.connection ; IN: modules.test-server service -: rpc-hello ( -- str ) "hello world" ; \ No newline at end of file +: rpc-hello ( -- str ) "hello world" stop-this-server ; \ No newline at end of file