Skip to content

Commit 09aaa01

Browse files
authored
Pulling bondPrice for bondedFinance Tests from variable
1 parent 08d2b3f commit 09aaa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/runtime-tests/src/tests/tx/bondedFinance/txBondedFinanceTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class TxBondedFinanceTests {
2727
const requestParameters = {
2828
beneficiary: wallet.publicKey,
2929
asset: 1,
30-
bondPrice: 10000000000000, // pub const MIN_VESTED_TRANSFER: u32 = 1_000_000;
30+
bondPrice: api.consts.vesting.minVestedTransfer,
3131
nbOfBonds: 1,
3232
maturity: { Finite: { returnIn: 10 } },
3333
reward: { asset: 1, amount: 100000000000000, maturity: 1 } // pub MinReward: Balance = 10 * CurrencyId::PICA.unit::<Balance>();

0 commit comments

Comments
 (0)