Skip to content

Commit 534516e

Browse files
committed
#32996 fix static tests
1 parent 3e4b8c2 commit 534516e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Directory/frontend/js/region-updater.test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@ define([
1919
},
2020
'US': {
2121
'1': {
22-
'id' : 1,
22+
'id': 1,
2323
'code': 'AL',
2424
'name': 'Alabama'
2525
},
2626
'2': {
27-
'id' : 2,
27+
'id': 2,
2828
'code': 'AK',
2929
'name': 'Alaska'
3030
},
3131
'3': {
32-
'id' : 3,
32+
'id': 3,
3333
'code': 'AS',
3434
'name': 'American Samoa'
3535
}
3636
},
3737
'DE': {
3838
'81': {
39-
'id' : 4,
39+
'id': 4,
4040
'code': 'BAY',
4141
'name': 'Bayern'
4242
},
4343
'82': {
44-
'id' : 5,
44+
'id': 5,
4545
'code': 'BER',
4646
'name': 'Berlin'
4747
},
4848
'83': {
49-
'id' : 6,
49+
'id': 6,
5050
'code': 'BRG',
5151
'name': 'Brandenburg'
5252
}

0 commit comments

Comments
 (0)