Skip to content

Commit 8db30a9

Browse files
committed
More path fixes for validation
1 parent acf7462 commit 8db30a9

File tree

11 files changed

+1
-1
lines changed

11 files changed

+1
-1
lines changed

checkout/rust/checkout-validation/default/src/tests.rs renamed to checkout/rust/cart-checkout-validation/default/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn test_result_contains_no_operations() -> Result<()> {
1919
)?;
2020
let mut errors = Vec::new();
2121
errors.push(FunctionError {
22-
message: "Not possible to order more than one of each".to_owned(),
22+
localized_message: "Not possible to order more than one of each".to_owned(),
2323
target: "cart".to_owned(),
2424
});
2525
let expected = crate::output::FunctionResult { errors: errors };

0 commit comments

Comments
 (0)