Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Nov 30, 2023
1 parent b515be2 commit 05d135b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/market/tests/test_negotiations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@ async fn test_counter_initial_unsubscribed_remote_offer() {
.counter_proposal(&demand_id, &proposal0_id, &proposal1, &identity1)
.await;



assert!(result.is_err());
match result.err().unwrap() {
ProposalError::Validation(ProposalValidationError::Unsubscribed(id)) => {
Expand Down Expand Up @@ -534,14 +532,12 @@ async fn test_counter_draft_unsubscribed_remote_offer() {
.await
.unwrap();


let proposal1 = sample_demand();
let result = market1
.requestor_engine
.counter_proposal(&demand_id, &proposal0_id, &proposal1, &identity1)
.await;


assert!(result.is_err());
match result.err().unwrap() {
ProposalError::Validation(ProposalValidationError::Unsubscribed(id)) => {
Expand Down

0 comments on commit 05d135b

Please sign in to comment.