Skip to content

Commit

Permalink
geosolutions-it#9510: resolve unit test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudadel54 committed Oct 31, 2023
1 parent b417347 commit 7d2edd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/reducers/__tests__/rulesmanager-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('test rules manager reducer', () => {
});
expect(state.filters).toEqual({
workspace: undefined,
workspaceAny: true,
workspaceAny: undefined,
layer: "layer1"
});
});
Expand Down

0 comments on commit 7d2edd9

Please sign in to comment.