Fix windows

pull/207/head
Chip Senkbeil 11 months 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>) {
// Echo back what we received
ctx.reply
.send(ctx.request.payload.to_string())
.await
.unwrap();
ctx.reply.send(ctx.request.payload.to_string()).unwrap();
}
}

Loading…
Cancel
Save