Skip to content

Commit

Permalink
linter change
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstanceH committed Jul 8, 2024
1 parent 0f5b449 commit ed24664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/services/order/order_fetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ func (suite *OrderServiceSuite) TestListOrdersPPMCloseoutForNavyCoastGuardAndMar
})

suite.Run("Filters out moves with PPM shipments not in the status of NeedsApproval", func() {

cgMoveInWrongStatus := getSubmittedMove(suite, true, models.AffiliationCOASTGUARD)
buildPPMShipmentCloseoutComplete(suite, cgMoveInWrongStatus)

Expand All @@ -898,7 +898,7 @@ func (suite *OrderServiceSuite) TestListOrdersPPMCloseoutForNavyCoastGuardAndMar
})

suite.Run("Filters out moves with no PPM shipment", func() {

moveWithHHG := getSubmittedMove(suite, true, models.AffiliationCOASTGUARD)
factory.BuildMTOShipment(suite.DB(), []factory.Customization{
{
Expand Down

0 comments on commit ed24664

Please sign in to comment.