Skip to content

Commit

Permalink
Fix for trailing mock assertion from ZIPTransitDistance
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydoyecaci committed Jan 17, 2025
1 parent eac6e10 commit 65ad6ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion pkg/services/reweigh/reweigh_updater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func (suite *ReweighSuite) TestReweighUpdater() {
recalculateTestPickupZip,
recalculateTestDestinationZip,
false,
false,
).Return(recalculateTestZip3Distance, nil)

// Get shipment payment request recalculator service
Expand Down
6 changes: 0 additions & 6 deletions pkg/testdatagen/scenario/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -4212,7 +4212,6 @@ func createHHGWithOriginSITServiceItems(
mock.Anything,
mock.Anything,
false,
false,
).Return(400, nil)

queryBuilder := query.NewQueryBuilder()
Expand Down Expand Up @@ -4292,7 +4291,6 @@ func createHHGWithOriginSITServiceItems(
mock.Anything,
mock.Anything,
false,
false,
).Return(400, nil)
serviceItemUpdator := mtoserviceitem.NewMTOServiceItemUpdater(planner, queryBuilder, moveRouter, shipmentFetcher, addressCreator, portLocationFetcher)

Expand Down Expand Up @@ -4485,7 +4483,6 @@ func createHHGWithDestinationSITServiceItems(appCtx appcontext.AppContext, prime
mock.Anything,
mock.Anything,
false,
false,
).Return(400, nil)

serviceItemCreator := mtoserviceitem.NewMTOServiceItemCreator(planner, queryBuilder, moveRouter, ghcrateengine.NewDomesticUnpackPricer(), ghcrateengine.NewDomesticPackPricer(), ghcrateengine.NewDomesticLinehaulPricer(), ghcrateengine.NewDomesticShorthaulPricer(), ghcrateengine.NewDomesticOriginPricer(), ghcrateengine.NewDomesticDestinationPricer(), ghcrateengine.NewFuelSurchargePricer())
Expand Down Expand Up @@ -4560,7 +4557,6 @@ func createHHGWithDestinationSITServiceItems(appCtx appcontext.AppContext, prime
mock.Anything,
mock.Anything,
false,
false,
).Return(400, nil)
serviceItemUpdator := mtoserviceitem.NewMTOServiceItemUpdater(planner, queryBuilder, moveRouter, shipmentFetcher, addressCreator, portLocationFetcher)

Expand Down Expand Up @@ -5044,7 +5040,6 @@ func createHHGWithPaymentServiceItems(
mock.Anything,
mock.Anything,
false,
false,
).Return(400, nil)
serviceItemUpdater := mtoserviceitem.NewMTOServiceItemUpdater(planner, queryBuilder, moveRouter, shipmentFetcher, addressCreator, portLocationFetcher)

Expand Down Expand Up @@ -5533,7 +5528,6 @@ func createHHGMoveWithPaymentRequest(appCtx appcontext.AppContext, userUploader
mock.Anything,
mock.Anything,
false,
false,
).Return(910, nil)

paymentRequestCreator := paymentrequest.NewPaymentRequestCreator(
Expand Down

0 comments on commit 65ad6ad

Please sign in to comment.