Skip to content

Commit 2d24ab5

Browse files
Fixed sanity testcases
1 parent 66ed31a commit 2d24ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sanity-check/api/locale-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ describe('Locale api Test', () => {
9898
makeLocale('hi-in')
9999
.fetch()
100100
.then((locale) => {
101-
// locale.fallback_locale = 'en-at'
102-
return locale.update({ locale: { fallback_locale: 'en-at' } })
101+
locale.fallback_locale = 'en-at'
102+
return locale.update()
103103
})
104104
.then((locale) => {
105105
expect(locale.code).to.be.equal('hi-in')

0 commit comments

Comments
 (0)