Skip to content

Commit 09332b7

Browse files
committed
boltz: fix test
1 parent c806b51 commit 09332b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lwk_boltz/tests/submarine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ mod tests {
303303
let prepare_pay_response = session.restore_prepare_pay(data).await.unwrap();
304304
utils::send_to_address(
305305
Chain::Liquid(LiquidChain::LiquidRegtest),
306-
&prepare_pay_response.uri_address(),
306+
&prepare_pay_response.uri_address().unwrap().to_string(),
307307
prepare_pay_response.uri_amount(),
308308
)
309309
.await

0 commit comments

Comments
 (0)