Skip to content

Commit

Permalink
test: update core start type
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <tygao@amazon.com>
  • Loading branch information
raintygao committed Apr 29, 2024
1 parent 2d1a8ee commit 64051a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { RightNavigationButton } from './right_navigation_button';
import { applicationServiceMock, httpServiceMock } from '../../../../../core/public/mocks';

const mockProps = {
application: applicationServiceMock.createInternalStartContract(),
application: applicationServiceMock.createStartContract(),
http: httpServiceMock.createStartContract(),
appId: 'app_id',
iconType: 'mock_icon',
Expand All @@ -28,7 +28,7 @@ describe('Right navigation button', () => {
const props = {
...mockProps,
application: {
...applicationServiceMock.createInternalStartContract(),
...applicationServiceMock.createStartContract(),
getUrlForApp,
navigateToUrl,
},
Expand Down

0 comments on commit 64051a6

Please sign in to comment.