Skip to content

Commit

Permalink
adding missing fix for a test
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Oct 18, 2023
1 parent e63eb85 commit 52c39c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/client/reducers/__tests__/geoProcessing-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ describe('Test Geo Processing Tools reducer', () => {
}
}, action);
expect(state.intersection.feature).toEqual(feature);
expect(state.flags.isIntersectionEnabled).toEqual(true);
});
it('SET_INTERSECTION_FIRST_ATTRIBUTE', () => {
const firstAttributeToRetain = "attr";
Expand Down

0 comments on commit 52c39c6

Please sign in to comment.