Fix windows

pull/207/head
Chip Senkbeil 1 year ago
parent 7feb5d1552
commit 67c7459a2b
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -87,10 +87,7 @@ mod tests {
async fn on_request(&self, ctx: RequestCtx<Self::Request, Self::Response>) { async fn on_request(&self, ctx: RequestCtx<Self::Request, Self::Response>) {
// Echo back what we received // Echo back what we received
ctx.reply ctx.reply.send(ctx.request.payload.to_string()).unwrap();
.send(ctx.request.payload.to_string())
.await
.unwrap();
} }
} }

Loading…
Cancel
Save