fix: resolve issues in FT tests

This commit is contained in:
Brice Dobry
2023-02-22 11:32:41 -05:00
parent 3357445212
commit 60485d2870
4 changed files with 208 additions and 592 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -714,7 +714,7 @@ pub fn get_ft_withdrawal_entry<F: std::fmt::Display>(
sender: F,
withdrawal_id: u32,
contract_identifier: QualifiedContractIdentifier,
id: u64,
amount: u64,
) -> WithdrawalEntry {
let client = reqwest::blocking::Client::new();
let path = format!(
@@ -725,7 +725,7 @@ pub fn get_ft_withdrawal_entry<F: std::fmt::Display>(
withdrawal_id,
StacksAddress::from(contract_identifier.issuer),
contract_identifier.name.as_str(),
id
amount
);
let res = client