Skip to content

Commit b8ee35a

Browse files
authored
Merge pull request #156 from Shopify/alessandro/more-path-fixes
More path fixes for validation
2 parents acf7462 + 8db30a9 commit b8ee35a

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)