Skip to content

Commit

Permalink
Update xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/A…
Browse files Browse the repository at this point in the history
…ccountDeleteIT.java
  • Loading branch information
sappenin authored Dec 3, 2024
1 parent b5f65c2 commit 85ee68d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
*
* @see "https://xrpl.org/accountset.html"
*/
@EnabledIf(value = "shouldRun", disabledReason = "AccountDeleteIT only runs runs with local rippled nodes.")
@EnabledIf(value = "shouldRun", disabledReason = "AccountDeleteIT only runs with local rippled nodes.")
class AccountDeleteIT extends AbstractIT {

/**
Expand Down

0 comments on commit 85ee68d

Please sign in to comment.