@@ -1746,7 +1746,7 @@ pub mod test {
1746
1746
let value = eval_at_tip (
1747
1747
peer,
1748
1748
"pox" ,
1749
- & format ! ( "(stx-get-balance '{})" , addr. to_string ( ) ) ,
1749
+ & format ! ( "(stx-get-balance '{})" , addr) ,
1750
1750
) ;
1751
1751
if let Value :: UInt ( balance) = value {
1752
1752
return balance;
@@ -1762,7 +1762,7 @@ pub mod test {
1762
1762
let value_opt = eval_at_tip (
1763
1763
peer,
1764
1764
"pox-4" ,
1765
- & format ! ( "(get-stacker-info '{})" , addr. to_string ( ) ) ,
1765
+ & format ! ( "(get-stacker-info '{})" , addr) ,
1766
1766
) ;
1767
1767
let data = if let Some ( d) = value_opt. expect_optional ( ) . unwrap ( ) {
1768
1768
d
@@ -1815,7 +1815,7 @@ pub mod test {
1815
1815
let value_opt = eval_at_tip (
1816
1816
peer,
1817
1817
"pox" ,
1818
- & format ! ( "(get-stacker-info '{})" , addr. to_string ( ) ) ,
1818
+ & format ! ( "(get-stacker-info '{})" , addr) ,
1819
1819
) ;
1820
1820
let data = if let Some ( d) = value_opt. expect_optional ( ) . unwrap ( ) {
1821
1821
d
@@ -4267,7 +4267,7 @@ pub mod test {
4267
4267
(var-set test-result
4268
4268
(match result ok_value -1 err_value err_value))
4269
4269
(var-set test-run true))
4270
- " , boot_code_test_addr( ) . to_string ( ) ) ) ;
4270
+ " , boot_code_test_addr( ) ) ) ;
4271
4271
4272
4272
block_txs. push ( bob_test_tx) ;
4273
4273
@@ -4281,7 +4281,7 @@ pub mod test {
4281
4281
(var-set test-result
4282
4282
(match result ok_value -1 err_value err_value))
4283
4283
(var-set test-run true))
4284
- " , boot_code_test_addr( ) . to_string ( ) ) ) ;
4284
+ " , boot_code_test_addr( ) ) ) ;
4285
4285
4286
4286
block_txs. push ( alice_test_tx) ;
4287
4287
@@ -4295,7 +4295,7 @@ pub mod test {
4295
4295
(var-set test-result
4296
4296
(match result ok_value -1 err_value err_value))
4297
4297
(var-set test-run true))
4298
- " , boot_code_test_addr( ) . to_string ( ) ) ) ;
4298
+ " , boot_code_test_addr( ) ) ) ;
4299
4299
4300
4300
block_txs. push ( charlie_test_tx) ;
4301
4301
}
0 commit comments