Skip to content

Commit e22112a

Browse files
committed
Catch remaining test
1 parent b6f2bea commit e22112a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/DepositPreAuthIT.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,8 @@ private AccountInfoResult enableDepositPreauth(
263263
);
264264
SubmitResult<AccountSet> accountSetResult = xrplClient.submit(signedAccountSet);
265265
assertThat(accountSetResult.engineResult()).isEqualTo("tesSUCCESS");
266-
logger.info(
267-
"AccountSet to enable Deposit Preauth successful. https://testnet.xrpl.org/transactions/{}",
268-
accountSetResult.transactionResult().hash()
269-
);
266+
logSubmitResult(accountSetResult, "Enable Deposit Preauth");
267+
270268
return this.scanForResult(
271269
() -> this.getValidatedAccountInfo(wallet.publicKey().deriveAddress()),
272270
accountInfo -> accountInfo.accountData().flags().lsfDepositAuth()

0 commit comments

Comments
 (0)