Skip to content

Commit

Permalink
Merge branch 'integrationTesting' into B-22227-INT
Browse files Browse the repository at this point in the history
  • Loading branch information
r-mettler authored Feb 13, 2025
2 parents 088dba6 + 15b7e93 commit 69ab4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testdatagen/scenario/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -5011,7 +5011,7 @@ func createHHGWithPaymentServiceItems(
}

destEntryDate := actualPickupDate
destDepDate := actualPickupDate
destDepDate := actualPickupDate.AddDate(0, 0, 1)
destSITAddress := factory.BuildAddress(db, nil, nil)
destSIT := factory.BuildMTOServiceItem(nil, []factory.Customization{
{
Expand Down

0 comments on commit 69ab4b8

Please sign in to comment.