Skip to content

Commit

Permalink
fix: standard lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jan 17, 2024
1 parent 566ec36 commit 25ecc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/api/i18n/tests/initLanguage.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe(initLanguage.name, function () {

// dynamically add attributes
expect(loaded.get('foo.bar')).to.equal('de.foo.bar')
loaded.set(loaded.getLocale(), { foo: { bar: 'moo' }})
loaded.set(loaded.getLocale(), { foo: { bar: 'moo' } })
expect(loaded.get('foo.bar')).to.equal('moo')
})
it('registered a global TemplateHelper', async () => {
Expand Down

0 comments on commit 25ecc6c

Please sign in to comment.