Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Jan 13, 2025
1 parent ce7f7ec commit a171d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/epics/__tests__/map-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ describe('map epics', () => {
done();
}, state);
});
it.only('test changeMapCrs causes limits change. ', (done) => {
it('test changeMapCrs causes limits change. ', (done) => {
const state = {
map: {
present: {
Expand Down

0 comments on commit a171d8c

Please sign in to comment.