Skip to content

Commit

Permalink
UIDATIMP-1689: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 committed Dec 6, 2024
1 parent 3bad540 commit 1b6c188
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/settings/MatchProfiles/MatchProfiles.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ import { FIND_ALL_CQL } from '../../utils';
import { matchProfilesShape } from '.';
import { MatchProfiles } from './MatchProfiles';

const stripes = buildStripes();
const stripes = buildStripes({
discovery: {
modules: { 'Inventory Storage Module': '1.0.0' },
}
});

const history = createMemoryHistory();

Expand Down

0 comments on commit 1b6c188

Please sign in to comment.