Skip to content

Commit

Permalink
Fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NatashaAlker committed Dec 13, 2024
1 parent 878c90a commit 7320303
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
class BulkAccountTest extends FunctionalTestBase {
private static final String USER_ID = UUID.randomUUID().toString();
private static final String EMAIL_PREFIX = "pip-am-test-email-";
private static final String TEST_SUITE_PREFIX = String.format("%s-", ThreadLocalRandom.current().nextInt(1000, 9999));
private static final String TEST_SUITE_PREFIX = String.format("%s-",
ThreadLocalRandom.current().nextInt(1000, 9999));
private static final String TEST_SUITE_EMAIL_PREFIX = EMAIL_PREFIX + TEST_SUITE_PREFIX;
private static final String BULK_UPLOAD_URL = "account/media-bulk-upload";
private static final String TESTING_SUPPORT_ACCOUNT_URL = "/testing-support/account/";
Expand Down

0 comments on commit 7320303

Please sign in to comment.