Browse Source

fix: cache test mint

thesimplekid 4 tháng trước cách đây
mục cha
commit
0adf4e210d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      crates/cdk-integration-tests/tests/regtest.rs

+ 1 - 1
crates/cdk-integration-tests/tests/regtest.rs

@@ -440,7 +440,7 @@ async fn test_cached_mint() -> Result<()> {
     let active_keyset_id = wallet.get_active_mint_keyset().await?.id;
     let http_client = HttpClient::new(get_mint_url().as_str().parse()?);
     let premint_secrets =
-        PreMintSecrets::random(active_keyset_id, 31.into(), &SplitTarget::default()).unwrap();
+        PreMintSecrets::random(active_keyset_id, 100.into(), &SplitTarget::default()).unwrap();
 
     let mut request = MintBolt11Request {
         quote: quote.id,