Skip to content

Commit

Permalink
- Re-record all cassettes
Browse files Browse the repository at this point in the history
- Update date fixtures accordingly
  • Loading branch information
nwithan8 committed Aug 16, 2024
1 parent 321fae5 commit 944e2c5
Show file tree
Hide file tree
Showing 448 changed files with 7,753 additions and 7,929 deletions.
2 changes: 0 additions & 2 deletions EasyPost.Tests/EasyPost.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,5 @@

<ItemGroup>
<Folder Include="cassettes" />
<Folder Include="cassettes\netstandard\smartrate_service_with_parameters\" />
<Folder Include="cassettes\net\smartrate_service_with_parameters\" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions EasyPost.Tests/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ internal static Dictionary<string, object> BasicPickup
{
Dictionary<string, object> fixture = GetFixtureStructure().Pickups.Basic;

const string pickupDate = "2024-04-08";
const string pickupDate = "2024-08-21";

fixture!.AddOrUpdate(pickupDate, "min_datetime");
fixture!.AddOrUpdate(pickupDate, "max_datetime");
Expand Down Expand Up @@ -97,9 +97,9 @@ internal static Dictionary<string, object> BasicPickup

internal static string PickupService => GetFixtureStructure().ServiceNames.Usps.PickupService;

internal static string PlannedShipDate => "2024-07-17";
internal static string PlannedShipDate => "2024-08-23";

internal static string DesiredDeliveryDate => "2024-07-17";
internal static string DesiredDeliveryDate => "2024-08-23";

internal static Dictionary<string, object> ReferralCustomer => GetFixtureStructure().Users.Referral;

Expand Down
19 changes: 10 additions & 9 deletions EasyPost.Tests/cassettes/net/address_service/all.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions EasyPost.Tests/cassettes/net/address_service/create.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 944e2c5

Please sign in to comment.