Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 16, 2024
1 parent 7029ee9 commit 7c180c8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/test/java/com/easypost/Fixtures.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,8 @@ public static HashMap<String, Object> basicPickup() {
HashMap<String, Object> 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";

Expand Down Expand Up @@ -331,8 +329,7 @@ public static String webhookUrl() {
public static HashMap<String, Object> 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;
Expand Down

0 comments on commit 7c180c8

Please sign in to comment.