Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hypernikao committed Jun 28, 2017
1 parent 47c0b70 commit da8a527
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ describe('Acceptance | Controller | users-controller-get-profile', function() {
areaId: 'recAreaA',
level: -1
},
{
id: 'recCompB',
name: 'competence-name-2',
areaId: 'recAreaB',
level: -1
}],
{
id: 'recCompB',
name: 'competence-name-2',
areaId: 'recAreaB',
level: -1
}],
areas: [{id: 'recAreaA', name: 'domaine-name-1'}, {id: 'recAreaB', name: 'domaine-name-2'}]
};

Expand Down

0 comments on commit da8a527

Please sign in to comment.