Skip to content

Commit

Permalink
Update tests/faucet.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
  • Loading branch information
mixmix and rh0delta authored Oct 23, 2024
1 parent c4ecdbd commit 4378d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/faucet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test('Faucet Tests: Successfully send funds and register', async t => {
const transferStatus = await run(
'Sending faucet funds to account',
faucet.sendMoney({
amount: `${20000000000}`,
amount: `${amount}`,
addressToSendTo: naynay.keyring.accounts.registration.address,
faucetAddress,
chosenVerifyingKey,
Expand Down

0 comments on commit 4378d7f

Please sign in to comment.