Skip to content

Commit 3112d34

Browse files
committed
chore: refactored some minor codes
1 parent e80b782 commit 3112d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/checking-accounts/poseidon/tests/checking-accounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe("checking-accounts", () => {
2424
// Airdrop 1 SOL to the user
2525
const airdropUser = await provider.connection.requestAirdrop(
2626
user.publicKey,
27-
5 * LAMPORTS_PER_SOL
27+
1 * LAMPORTS_PER_SOL
2828
);
2929
await provider.connection.confirmTransaction({
3030
blockhash: latestBlockHash.blockhash,

0 commit comments

Comments
 (0)