We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb430f commit e029750Copy full SHA for e029750
lightning-block-sync/src/rpc.rs
@@ -281,7 +281,7 @@ mod tests {
281
}
282
283
#[tokio::test]
284
- async fn fetchs_utxo() {
+ async fn fetches_utxo() {
285
let response = serde_json::json!({ "result": {"bestblock": 1, "confirmations": 42}});
286
let server = HttpServer::responding_with_ok(MessageBody::Content(response));
287
let client = RpcClient::new(CREDENTIALS, server.endpoint()).unwrap();
0 commit comments