Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
slip of the pen
  • Loading branch information
drahnr committed May 19, 2022
commit 00f766d9eb63cc99c09106d4651a7e49ca7ac80c
2 changes: 1 addition & 1 deletion node/core/runtime-api/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ fn multiple_requests_in_parallel_are_working() {
let (tx, rx) = oneshot::channel();

ctx_handle
.send(FromOverseer::Communication {
.send(FromOrchestra::Communication {
msg: RuntimeApiMessage::Request(relay_parent, Request::AvailabilityCores(tx)),
})
.await;
Expand Down