Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shippo-lueders committed Jun 26, 2024
1 parent f40f133 commit 3dfa89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShippoTests/Integration/TestTransactions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public async void TestTwoStepLabelWithReferenceIds()
}
);
var parcelTask = sdkFixture.SDK.Parcels.CreateAsync(
new ParcelRequest()
new ParcelCreateRequest()

Check failure on line 177 in ShippoTests/Integration/TestTransactions.cs

View workflow job for this annotation

GitHub Actions / check

Argument 1: cannot convert from 'Shippo.Models.Components.ParcelCreateRequest' to 'Shippo.Models.Requests.CreateParcelRequestBody'

Check failure on line 177 in ShippoTests/Integration/TestTransactions.cs

View workflow job for this annotation

GitHub Actions / check

Argument 1: cannot convert from 'Shippo.Models.Components.ParcelCreateRequest' to 'Shippo.Models.Requests.CreateParcelRequestBody'
{
Length = "5",
Width = "5",
Expand Down

0 comments on commit 3dfa89d

Please sign in to comment.