Skip to content

Commit

Permalink
removed sm duty location test check
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Jan 25, 2024
1 parent 1640a1a commit 38b3b55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/services/order/order_updater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ func (suite *OrderServiceSuite) TestUpdateOrderAsTOO() {
suite.EqualValues(payload.DepartmentIndicator, updatedOrder.DepartmentIndicator)
suite.Equal(payload.Tac, updatedOrder.TAC)
suite.Equal(payload.Sac.Value, updatedOrder.SAC)
suite.EqualValues(&updatedOriginDutyLocation.ID, fetchedSM.DutyLocationID)
suite.EqualValues(updatedOriginDutyLocation.ID, fetchedSM.DutyLocation.ID)
suite.EqualValues(updatedOriginDutyLocation.Name, fetchedSM.DutyLocation.Name)
suite.EqualValues(updatedGbloc.GBLOC, *updatedOrder.OriginDutyLocationGBLOC)

var moveInDB models.Move
Expand Down

0 comments on commit 38b3b55

Please sign in to comment.