File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2227,14 +2227,14 @@ impl Claim {
22272227 let Some ( params) = action. parameters ( ) else {
22282228 log_item ! (
22292229 label. clone( ) ,
2230- "opened, placed and removed items must have parameters" ,
2230+ "opened, placed and removed items must have ingredient(s) parameters" ,
22312231 "verify_actions"
22322232 )
22332233 . validation_status ( validation_status:: ASSERTION_ACTION_INGREDIENT_MISMATCH )
22342234 . failure (
22352235 validation_log,
22362236 Error :: ValidationRule (
2237- "opened, placed and removed items must have parameters" . into ( ) ,
2237+ "opened, placed and removed items must have ingredient(s) parameters" . into ( ) ,
22382238 ) ,
22392239 ) ?;
22402240 continue ; // Skip the parameter-dependent checks below
Original file line number Diff line number Diff line change @@ -6909,7 +6909,7 @@ pub mod tests {
69096909 // expect action error
69106910 assert ! ( store. is_err( ) ) ;
69116911 assert ! ( report. has_error( Error :: ValidationRule (
6912- "opened, placed and removed items must have parameters" . into( )
6912+ "opened, placed and removed items must have ingredient(s) parameters" . into( )
69136913 ) ) ) ;
69146914 assert ! ( report. filter_errors( ) . count( ) == 2 ) ;
69156915 }
You can’t perform that action at this time.
0 commit comments