Skip to content
Snippets Groups Projects
Commit 48425b27 authored by Svyatoslav Nikolsky's avatar Svyatoslav Nikolsky Committed by Bastian Köcher
Browse files

Reconnect source client (#1826)

* reconnect source client

* fix test
parent 207c09e7
Branches
No related merge requests found
......@@ -243,7 +243,7 @@ where
P::SourceChain::NAME,
e,
);
return Err(FailedClient::Target)
return Err(FailedClient::Source)
},
}
......@@ -844,7 +844,7 @@ mod tests {
None,
futures::future::pending(),
)),
Err(FailedClient::Target),
Err(FailedClient::Source),
);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment