Skip to content

Commit

Permalink
Fix(map): Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed May 29, 2024
1 parent dc2c589 commit 4f18cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/feature/map/src/lib/utils/map-utils.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ describe('MapUtilsService', () => {
expect(map.getControls().getArray().length).toBe(3)
})
it('with no layer', () => {
expect(map.getLayers().getArray().length).toBe(3)
expect(map.getLayers().getArray().length).toBe(0)
})
})

Expand Down

0 comments on commit 4f18cb0

Please sign in to comment.