Skip to content

Commit 10e20bb

Browse files
committed
f sp
1 parent 977a31b commit 10e20bb

File tree

1 file changed

+1
-1
lines changed
  • lightning-block-sync/src

1 file changed

+1
-1
lines changed

lightning-block-sync/src/rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ mod tests {
281281
}
282282

283283
#[tokio::test]
284-
async fn fetchs_utxo() {
284+
async fn fetches_utxo() {
285285
let response = serde_json::json!({ "result": {"bestblock": 1, "confirmations": 42}});
286286
let server = HttpServer::responding_with_ok(MessageBody::Content(response));
287287
let client = RpcClient::new(CREDENTIALS, server.endpoint()).unwrap();

0 commit comments

Comments
 (0)