Skip to content

Commit

Permalink
adding missing from test
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstanceH committed Jan 16, 2025
1 parent 35b0ff8 commit f551280
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/services/mto_shipment/mto_shipment_updater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3461,10 +3461,6 @@ func (suite *MTOShipmentServiceSuite) TestUpdateDomesticServiceItems() {
var mto models.Move

setupTestData := func() {
for i := range expectedReServiceCodes {
factory.FetchReServiceByCode(suite.DB(), expectedReServiceCodes[i])
}

pickupAddress = factory.BuildAddress(suite.DB(), []factory.Customization{
{
Model: models.Address{
Expand Down

0 comments on commit f551280

Please sign in to comment.