Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Jan 29, 2025
1 parent 352aa6b commit 1cabffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe('getTopNavBadges()', function () {

describe('solutions view badge', () => {
const discoverServiceWithSpacesMock = createDiscoverServicesMock();
discoverServiceWithSpacesMock.capabilities.discover.save = true;
discoverServiceWithSpacesMock.capabilities.discover_v2.save = true;
discoverServiceWithSpacesMock.spaces = spacesPluginMock.createStartContract();

test('should return the solutions view badge when spaces is enabled', () => {
Expand Down

0 comments on commit 1cabffb

Please sign in to comment.