Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerd committed Mar 4, 2024
1 parent fcb1103 commit 3693e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions factory/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ func validateResources(input schema.Input, modelOptions Options) error {
" are considered as dropoff stops. You need to have"+
" at least one pickup stop (negative quantity) or a"+
" start level > 0 to plan a stop with a positive"+
" quantity.",
" quantity",
name,
))
}
Expand All @@ -926,7 +926,7 @@ func validateResources(input schema.Input, modelOptions Options) error {
" and are considered as pickup stops. You need to have"+
" at least one dropoff stop (positive quantity) or a"+
" start level < max capacity to plan a stop with a"+
" negative quantity.",
" negative quantity",
name,
))
}
Expand Down

0 comments on commit 3693e03

Please sign in to comment.