Skip to content

Commit

Permalink
update tests so they work with Dan the Mans changes
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwc committed Jan 8, 2025
1 parent 56dec62 commit 0cb1e19
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2106,6 +2106,8 @@ func (suite *MTOServiceItemServiceSuite) TestPriceEstimator() {
mock.AnythingOfType("*appcontext.appContext"),
mock.Anything,
mock.Anything,
false,
false,
).Return(400, nil)
creator := NewMTOServiceItemCreator(planner, builder, moveRouter, ghcrateengine.NewDomesticUnpackPricer(), ghcrateengine.NewDomesticPackPricer(), ghcrateengine.NewDomesticLinehaulPricer(), ghcrateengine.NewDomesticShorthaulPricer(), ghcrateengine.NewDomesticOriginPricer(), ghcrateengine.NewDomesticDestinationPricer(), ghcrateengine.NewFuelSurchargePricer())

Expand Down Expand Up @@ -2396,6 +2398,8 @@ func (suite *MTOServiceItemServiceSuite) TestPriceEstimator() {
mock.AnythingOfType("*appcontext.appContext"),
mock.Anything,
mock.Anything,
false,
false,
).Return(400, nil)
creator := NewMTOServiceItemCreator(planner, builder, moveRouter, ghcrateengine.NewDomesticUnpackPricer(), ghcrateengine.NewDomesticPackPricer(), ghcrateengine.NewDomesticLinehaulPricer(), ghcrateengine.NewDomesticShorthaulPricer(), ghcrateengine.NewDomesticOriginPricer(), ghcrateengine.NewDomesticDestinationPricer(), ghcrateengine.NewFuelSurchargePricer())

Expand All @@ -2422,4 +2426,3 @@ func (suite *MTOServiceItemServiceSuite) TestPriceEstimator() {
})

}

0 comments on commit 0cb1e19

Please sign in to comment.