We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26c22f commit 7b0a489Copy full SHA for 7b0a489
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/new-customer-address.test.js
@@ -50,9 +50,7 @@ define([
50
51
it('Check on regionId with country object in address data.', function () {
52
var result = newCustomerAddress({
53
- region: {
54
- 'country_id': 'CA'
55
- }
+ 'country_id': 'CA'
56
}),
57
expected = {
58
countryId: 'CA',
@@ -65,7 +63,9 @@ define([
65
63
it('Check on regionId with countryId and regionId in address data.', function () {
66
64
67
'country_id': 'CA',
68
- 'region_id': 66
+ region: {
+ 'region_id': 66
+ }
69
70
71
0 commit comments