Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
oussamabouchikhi committed Oct 16, 2020
1 parent 5849a1a commit dddc6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api/getBaladyiatsForDaira.test.js
Expand Up @@ -63,8 +63,8 @@ describe('Get baladyiats for a daira', ()=>{
it('should return null if the there is no daira', () => {
expect(getBaladyiatsForDaira(mockData)()).toBeNull();
});
it('should return null if the daira has no baladiats', () => {

it('should return null if the daira has no baladiats', () => {
expect(getBaladyiatsForDaira(DAIRA_WITHOUT_BALADIATS)("ORAN")).toBeNull();
});

Expand Down

0 comments on commit dddc6ed

Please sign in to comment.