mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
lint: Fix tests that can be fixed with the eslint --fix flag
This commit is contained in:
@@ -121,7 +121,7 @@ describe('getUserLanguage', () => {
|
||||
context('request with session', () => {
|
||||
it('uses the user preferred language if avalaible', (done) => {
|
||||
sandbox.stub(User, 'findOne').returns({
|
||||
exec() {
|
||||
exec () {
|
||||
return Q.resolve({
|
||||
preferences: {
|
||||
language: 'it',
|
||||
|
||||
Reference in New Issue
Block a user