Skip to content

Commit

Permalink
Remove not necessary demands subscription (due to lazy broadcasts)
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Sep 13, 2021
1 parent acc405a commit 9fb8ae6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/market/tests/test_proposal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ async fn test_proposal_random_shuffle() {
.await
.unwrap(),
);
// subscribe to broadcasts
market
.subscribe_demand(&sample_demand(), &identity)
.await
.unwrap();
ids.push(identity.identity);

tokio::time::delay_for(Duration::from_millis(200)).await;
Expand Down

0 comments on commit 9fb8ae6

Please sign in to comment.