Skip to content

Commit b157aad

Browse files
committed
#32996 - fix static tests
1 parent 11a5578 commit b157aad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ define([
4141
'id': 81,
4242
'code': 'BAY',
4343
'name': 'Bayern'
44-
},
45-
{
44+
},
45+
{
4646
'id': 82,
4747
'code': 'BER',
4848
'name': 'Berlin'
49-
},
49+
},
5050
{
51-
'id': 83,
52-
'code': 'BRG',
53-
'name': 'Brandenburg'
54-
}
55-
]
51+
'id': 83,
52+
'code': 'BRG',
53+
'name': 'Brandenburg'
54+
}
55+
]
5656
},
5757
defaultCountry = 'GB',
5858
countries = {

0 commit comments

Comments
 (0)