Skip to content

Commit

Permalink
fix: unit test (opensearch-project#7834)
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe authored Aug 24, 2024
1 parent e62d303 commit 42ded5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('UseCaseService', () => {
await waitFor(() => {
expect(coreSetup.chrome.navGroup.addNavLinksToGroup).toBeCalledWith(navGroupInfo, [
{
id: 'dataSources_core',
id: 'dataSources',
category: DEFAULT_APP_CATEGORIES.manageWorkspace,
order: 100,
},
Expand Down

0 comments on commit 42ded5c

Please sign in to comment.