diff --git a/types/country-select-js/country-select-js-tests.ts b/types/country-select-js/country-select-js-tests.ts index 066ff53500..a3bf640b69 100644 --- a/types/country-select-js/country-select-js-tests.ts +++ b/types/country-select-js/country-select-js-tests.ts @@ -1,7 +1,7 @@ $('#country').countrySelect(); $('#country').countrySelect({ - 'defaultCountry': 'gb' + defaultCountry: 'gb' }); $('#country').countrySelect('destroy');