mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-23 15:44:50 +01:00
chore: add sleep between quote and mint
This commit is contained in:
@@ -334,6 +334,8 @@ async fn test_fake_melt_change_in_quote() -> Result<()> {
|
||||
|
||||
let mint_quote = wallet.mint_quote(100.into(), None).await?;
|
||||
|
||||
sleep(Duration::from_millis(5)).await;
|
||||
|
||||
let _mint_amount = wallet
|
||||
.mint(&mint_quote.id, SplitTarget::default(), None)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user