Skip to content

Commit

Permalink
style: resolve user test file lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski committed Jan 10, 2025
1 parent 198a722 commit d49319d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __test__/unit/user/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ describe('User tests', () => {
expect(tags).toBe(tagsSample);
});


test('getLanguage should return the correct user language', async () => {
await TestEnvironment.initialize();

const languageSample = 'fr'
const languageSample = 'fr';

const propertyModel = getDummyPropertyOSModel();
propertyModel.set('language', languageSample);
Expand Down

0 comments on commit d49319d

Please sign in to comment.