We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dbcdd commit d9e13ceCopy full SHA for d9e13ce
1 file changed
wallet/src/account/output_cache/tests.rs
@@ -1322,7 +1322,7 @@ fn update_conflicting_txs_order_v1_conclude(#[case] seed: Seed) {
1322
.add_input(
1323
TxInput::OrderAccountCommand(OrderAccountCommand::FillOrder(
1324
order_id,
1325
- Amount::from_atoms(rng.gen_range(100..200)),
+ Amount::from_atoms(rng.random_range(100..200)),
1326
)),
1327
InputWitness::NoSignature(None),
1328
)
@@ -1500,7 +1500,7 @@ fn update_conflicting_txs_order_v1_freeze(#[case] seed: Seed) {
1500
1501
1502
1503
1504
1505
1506
0 commit comments