Skip to content

Commit

Permalink
Fix build errors (#3533)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es authored Aug 2, 2024
1 parent 4fd0a5a commit 88b22d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/testing/src/spinning_task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ where
marketplace_config.clone(),
(
node.handle.internal_channel_sender(),
node.handle.internal_event_stream_known_impl(),
node.handle.internal_event_stream_receiver_known_impl(),
),
(
node.handle.external_channel_sender(),
Expand Down

0 comments on commit 88b22d9

Please sign in to comment.