Skip to content

Commit 7c180c8

Browse files
committed
fix: formatting
1 parent 7029ee9 commit 7c180c8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/test/java/com/easypost/Fixtures.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,8 @@ public static HashMap<String, Object> basicPickup() {
220220
HashMap<String, Object> fixture = Objects.requireNonNull(getFixtureData()).pickups.basic;
221221

222222
/*
223-
* If you need to re-record cassettes, increment the date below and ensure it is
224-
* one day in the future,
225-
* USPS only does "next-day" pickups including Saturday but not Sunday or
226-
* Holidays.
223+
* If you need to re-record cassettes, increment the date below and ensure it is one day in the future,
224+
* USPS only does "next-day" pickups including Saturday but not Sunday or Holidays.
227225
*/
228226
String pickupDate = "2024-08-18";
229227

@@ -331,8 +329,7 @@ public static String webhookUrl() {
331329
public static HashMap<String, Object> creditCardDetails() {
332330
/*
333331
* The credit card details below are for a valid proxy card usable for tests
334-
* only
335-
* and cannot be used for real transactions.
332+
* only and cannot be used for real transactions.
336333
* DO NOT alter these details with real credit card information.
337334
*/
338335
return Objects.requireNonNull(getFixtureData()).creditCards.test;

0 commit comments

Comments
 (0)