Skip to content

Commit

Permalink
Make random account actually unique
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-james committed Nov 5, 2024
1 parent bb486d1 commit c58a337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class GetSignaturesForAddressContractTest extends SolanaClientIntegrationTestBas
@Test
void shouldGetSignaturesForAddressDefaultOptionalParams() throws SolanaJsonRpcClientException
{
final var randomAccount = "4Nd1mnszWRVFzzsxMgcTzdFoC8Wx5mPQD9KZx3qtDr1M";
final var randomAccount = "3NyZjyEsExBWVp4C62MMSTGgS6crChPxvjyzF9e1D8Y7";
final var transactionSignature1 = api.requestAirdrop(randomAccount, Sol.lamports(BigDecimal.ONE)).getResponse();
waitForTransactionSuccess(transactionSignature1);
final var transactionSignature2 = api.requestAirdrop(randomAccount, Sol.lamports(BigDecimal.ONE)).getResponse();
Expand Down

0 comments on commit c58a337

Please sign in to comment.