Skip to content

Commit

Permalink
clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstaylor committed Aug 4, 2023
1 parent 5a2a41d commit 77cd6f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,7 @@ mod tests {
QueryMsg::Details { id:"2ndswap".to_string() }
).unwrap()
).unwrap();

println!("{}", qres.creator);
println!("{}", qres.contract);
println!("{}", qres.open);

assert_eq!(qres.open, true);
}
}

0 comments on commit 77cd6f1

Please sign in to comment.