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.
2 parents 66ed31a + 2d24ab5 commit e74dc89Copy full SHA for e74dc89
test/sanity-check/api/locale-test.js
@@ -98,8 +98,8 @@ describe('Locale api Test', () => {
98
makeLocale('hi-in')
99
.fetch()
100
.then((locale) => {
101
- // locale.fallback_locale = 'en-at'
102
- return locale.update({ locale: { fallback_locale: 'en-at' } })
+ locale.fallback_locale = 'en-at'
+ return locale.update()
103
})
104
105
expect(locale.code).to.be.equal('hi-in')
0 commit comments