diff --git a/src/test/java/com/easypost/Fixtures.java b/src/test/java/com/easypost/Fixtures.java index 1c140a76..c8217c38 100644 --- a/src/test/java/com/easypost/Fixtures.java +++ b/src/test/java/com/easypost/Fixtures.java @@ -220,10 +220,8 @@ public static HashMap basicPickup() { HashMap fixture = Objects.requireNonNull(getFixtureData()).pickups.basic; /* - * If you need to re-record cassettes, increment the date below and ensure it is - * one day in the future, - * USPS only does "next-day" pickups including Saturday but not Sunday or - * Holidays. + * If you need to re-record cassettes, increment the date below and ensure it is one day in the future, + * USPS only does "next-day" pickups including Saturday but not Sunday or Holidays. */ String pickupDate = "2024-08-18"; @@ -331,8 +329,7 @@ public static String webhookUrl() { public static HashMap creditCardDetails() { /* * The credit card details below are for a valid proxy card usable for tests - * only - * and cannot be used for real transactions. + * only and cannot be used for real transactions. * DO NOT alter these details with real credit card information. */ return Objects.requireNonNull(getFixtureData()).creditCards.test;