Skip to content

Commit

Permalink
Refactoring for clusterer
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Sep 28, 2023
1 parent e97a777 commit b5b58ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MMapClusterer/MMapClusterer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('MMapClusterer', () => {
};

clusterer.update({method});
expect(entities.length).toBe(3);
expect(entities.length).toBe(10);

map.setLocation({zoom: 3});
expect(entities.length).toBe(10);
Expand Down

0 comments on commit b5b58ca

Please sign in to comment.