File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/test/java/com/easypost Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments