Skip to content

Commit

Permalink
04-fix-conflication
Browse files Browse the repository at this point in the history
Signed-off-by: Qxisylolo <[email protected]>
  • Loading branch information
Qxisylolo committed Sep 3, 2024
1 parent 368528f commit 37ae214
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('registerUseCaseCard', () => {

it('should register useCase card correctly', () => {
registerUseCaseCard(contentManagementStartMock, {
id: 'test_id',
id: 'testId',
order: 1,
target: 'osd_homepage/get_started',
icon: 'wsObservability',
Expand All @@ -32,7 +32,7 @@ describe('registerUseCaseCard', () => {
expect(registerCall.getTargetArea()).toEqual('osd_homepage/get_started');

expect(registerCall.getContent()).toEqual({
id: 'test_id',
id: 'testId',
kind: 'card',
order: 1,
description: 'Gain visibility into your application and infrastructure',
Expand Down

0 comments on commit 37ae214

Please sign in to comment.